[libcalamares] Fix build on FreeBSD
This commit is contained in:
parent
b8a74657f4
commit
312865cdd9
@ -34,8 +34,11 @@
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_FREEBSD
|
||||
#include <sys/sysctl.h>
|
||||
// clang-format off
|
||||
// these includes need to stay in-order (that's a FreeBSD thing)
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
// clang-format on
|
||||
#endif
|
||||
|
||||
/** @brief When logging commands, don't log everything.
|
||||
|
Loading…
Reference in New Issue
Block a user