summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fsync.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-04-21 10:36:32 -0400
committerEliot Horowitz <eliot@10gen.com>2014-04-21 17:49:12 -0400
commit10c5c1b93a224c45a3dea334978993fc2cbb5877 (patch)
tree7a351261c23a201ebcade75b3c46ade4d5b6dc6b /src/mongo/db/commands/fsync.cpp
parentc97c0505fa8436faf2954c07d929b5d761457bf8 (diff)
downloadmongo-10c5c1b93a224c45a3dea334978993fc2cbb5877.tar.gz
SERVER-13639: move dur code into mmap1 directory as its implementation specific
Diffstat (limited to 'src/mongo/db/commands/fsync.cpp')
-rw-r--r--src/mongo/db/commands/fsync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/fsync.cpp b/src/mongo/db/commands/fsync.cpp
index 530c3140589..ed3f4e8e20e 100644
--- a/src/mongo/db/commands/fsync.cpp
+++ b/src/mongo/db/commands/fsync.cpp
@@ -41,7 +41,7 @@
#include "mongo/db/auth/privilege.h"
#include "mongo/db/d_concurrency.h"
#include "mongo/db/commands.h"
-#include "mongo/db/dur.h"
+#include "mongo/db/storage/mmap1/dur.h"
#include "mongo/db/client.h"
#include "mongo/db/jsobj.h"
#include "mongo/util/background.h"