summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_lock_file_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/storage_engine_lock_file_test.cpp')
-rw-r--r--src/mongo/db/storage/storage_engine_lock_file_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/storage/storage_engine_lock_file_test.cpp b/src/mongo/db/storage/storage_engine_lock_file_test.cpp
index ee77676291a..e628c7a7ba2 100644
--- a/src/mongo/db/storage/storage_engine_lock_file_test.cpp
+++ b/src/mongo/db/storage/storage_engine_lock_file_test.cpp
@@ -38,9 +38,9 @@
#include "mongo/unittest/unittest.h"
#ifndef _WIN32
-#include <unistd.h>
-#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/types.h>
+#include <unistd.h>
#endif
namespace {