0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 16:47:28 +01:00

Compile linux

This commit is contained in:
Aaron 2009-03-10 15:32:59 -04:00
parent 5a77cd187b
commit 7d842995d9

View File

@ -26,6 +26,9 @@
#include "../util/unittest.h"
#include "dbmessage.h"
#include "instance.h"
#if !defined(_WIN32)
#include <sys/file.h>
#endif
namespace mongo {