summaryrefslogtreecommitdiff
path: root/dbtests/framework.cpp
diff options
context:
space:
mode:
authorMike Dirolf <mike@10gen.com>2009-09-18 17:48:30 -0400
committerMike Dirolf <mike@10gen.com>2009-09-18 17:48:30 -0400
commitc2f6c927789528347b879b3462622eea5299e8ad (patch)
treea8104e8fed5363bd6b203f09d5d32ab344841cfe /dbtests/framework.cpp
parenta3ddeea651ba98929e15e1f439abdead20dd5565 (diff)
downloadmongo-c2f6c927789528347b879b3462622eea5299e8ad.tar.gz
minor: oops move include
Diffstat (limited to 'dbtests/framework.cpp')
-rw-r--r--dbtests/framework.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbtests/framework.cpp b/dbtests/framework.cpp
index ff06fad9f5a..8f6e7d01f31 100644
--- a/dbtests/framework.cpp
+++ b/dbtests/framework.cpp
@@ -24,6 +24,7 @@
#ifndef _WIN32
#include <cxxabi.h>
+#include <sys/file.h>
#endif
namespace po = boost::program_options;