diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-08-04 12:20:47 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-08-04 12:20:47 -0400 |
commit | 3bef4ac063a65990215d6f641a79efb707d41bab (patch) | |
tree | bd2058bff7292c30bee9a7258694695ef32796a1 | |
parent | a4acc55a2ca0ffe366604f7cd30b2f67d4c9f3a0 (diff) | |
download | mongo-3bef4ac063a65990215d6f641a79efb707d41bab.tar.gz |
compile os x 10.7 2 SERVER-3460
-rw-r--r-- | util/processinfo_darwin.cpp | 3 |
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> |