[hostinfo] Fix build on FreeBSD (include order)

- while here apply coding style again
main
Adriaan de Groot 6 years ago
parent 5c7acdeb44
commit cec84ee42b

@ -31,8 +31,9 @@
#endif
#ifdef Q_OS_FREEBSD
#include <sys/sysctl.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#endif
HostInfoJob::HostInfoJob( QObject* parent )

Loading…
Cancel
Save