0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

try compile sunos

This commit is contained in:
dwight 2010-11-28 21:27:57 -05:00
parent 5016bf9d2c
commit 4d51fefdd8

View File

@ -18,6 +18,10 @@
#pragma once
#if defined(__sunos__)
#include <sys/mman.h>
#endif
namespace mongo {
/** a page-aligned BufBuilder. */