Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 580768
Collapse All | Expand All

(-)a/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp (+4 lines)
Lines 32-37 Link Here
32
32
33
#include "mongo/db/storage/mmap_v1/mmap_v1_engine.h"
33
#include "mongo/db/storage/mmap_v1/mmap_v1_engine.h"
34
34
35
#if (__GLIBC_MINOR__ >= 25)
36
#include <sys/sysmacros.h>
37
#endif
38
35
#include <boost/filesystem/operations.hpp>
39
#include <boost/filesystem/operations.hpp>
36
#include <boost/filesystem/path.hpp>
40
#include <boost/filesystem/path.hpp>
37
#include <fstream>
41
#include <fstream>

Return to bug 580768