mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 00:18:22 -04:00
[hostinfo] Fix build on FreeBSD (include order)
- while here apply coding style again
This commit is contained in:
parent
5c7acdeb44
commit
cec84ee42b
2 changed files with 5 additions and 4 deletions
|
@ -31,8 +31,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_FREEBSD
|
#ifdef Q_OS_FREEBSD
|
||||||
#include <sys/sysctl.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include <sys/sysctl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
HostInfoJob::HostInfoJob( QObject* parent )
|
HostInfoJob::HostInfoJob( QObject* parent )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue