mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[libcalamares] Fix build on FreeBSD
This commit is contained in:
parent
b8a74657f4
commit
312865cdd9
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue