[libcalamares] Fix build on FreeBSD
This commit is contained in:
parent
b8a74657f4
commit
312865cdd9
@ -34,8 +34,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_FREEBSD
|
#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/types.h>
|
||||||
|
#include <sys/sysctl.h>
|
||||||
|
// clang-format on
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @brief When logging commands, don't log everything.
|
/** @brief When logging commands, don't log everything.
|
||||||
|
Loading…
Reference in New Issue
Block a user