diff options
author | Mike Dirolf <mike@10gen.com> | 2009-09-18 17:48:30 -0400 |
---|---|---|
committer | Mike Dirolf <mike@10gen.com> | 2009-09-18 17:48:30 -0400 |
commit | c2f6c927789528347b879b3462622eea5299e8ad (patch) | |
tree | a8104e8fed5363bd6b203f09d5d32ab344841cfe /dbtests/framework.cpp | |
parent | a3ddeea651ba98929e15e1f439abdead20dd5565 (diff) | |
download | mongo-c2f6c927789528347b879b3462622eea5299e8ad.tar.gz |
minor: oops move include
Diffstat (limited to 'dbtests/framework.cpp')
-rw-r--r-- | dbtests/framework.cpp | 1 |
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; |