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 | |
parent | a3ddeea651ba98929e15e1f439abdead20dd5565 (diff) | |
download | mongo-c2f6c927789528347b879b3462622eea5299e8ad.tar.gz |
minor: oops move include
Diffstat (limited to 'dbtests')
-rw-r--r-- | dbtests/dbtests.cpp | 4 | ||||
-rw-r--r-- | dbtests/framework.cpp | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/dbtests/dbtests.cpp b/dbtests/dbtests.cpp index 7cd2f40930f..4ce568510ea 100644 --- a/dbtests/dbtests.cpp +++ b/dbtests/dbtests.cpp @@ -19,10 +19,6 @@ #include "stdafx.h" -#if !defined(_WIN32) -#include <sys/file.h> -#endif - #include "dbtests.h" int main( int argc, char** argv ) { 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; |