summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-08-04 12:20:47 -0400
committerEliot Horowitz <eliot@10gen.com>2011-08-04 12:20:47 -0400
commit3bef4ac063a65990215d6f641a79efb707d41bab (patch)
treebd2058bff7292c30bee9a7258694695ef32796a1
parenta4acc55a2ca0ffe366604f7cd30b2f67d4c9f3a0 (diff)
downloadmongo-3bef4ac063a65990215d6f641a79efb707d41bab.tar.gz
compile os x 10.7 2 SERVER-3460
-rw-r--r--util/processinfo_darwin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/processinfo_darwin.cpp b/util/processinfo_darwin.cpp
index 13d1223e4aa..9f73cbffd4f 100644
--- a/util/processinfo_darwin.cpp
+++ b/util/processinfo_darwin.cpp
@@ -19,9 +19,8 @@
#include "processinfo.h"
#include "log.h"
-
-#include <mach/task_info.h>
#include <mach/vm_statistics.h>
+#include <mach/task_info.h>
#include <mach/mach_init.h>
#include <mach/mach_host.h>
#include <mach/mach_traps.h>