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:
parent
5016bf9d2c
commit
4d51fefdd8
@ -18,6 +18,10 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#if defined(__sunos__)
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace mongo {
|
namespace mongo {
|
||||||
|
|
||||||
/** a page-aligned BufBuilder. */
|
/** a page-aligned BufBuilder. */
|
||||||
|
Loading…
Reference in New Issue
Block a user