summaryrefslogtreecommitdiff
path: root/src/base/hostinfo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/hostinfo.cc')
-rw-r--r--src/base/hostinfo.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/base/hostinfo.cc b/src/base/hostinfo.cc
index e5a612c46..43999a5e5 100644
--- a/src/base/hostinfo.cc
+++ b/src/base/hostinfo.cc
@@ -34,8 +34,11 @@
#include <mach/mach_init.h>
#include <mach/shared_region.h>
#include <mach/task.h>
+
#endif
+#include "base/hostinfo.hh"
+
#include <cctype>
#include <cerrno>
#include <cmath>
@@ -44,7 +47,6 @@
#include <cstring>
#include <string>
-#include "base/hostinfo.hh"
#include "base/misc.hh"
#include "base/str.hh"
#include "base/types.hh"