1
0
mirror of synced 2025-12-16 01:58:09 +08:00

!17 修复Mac编译问题

* add #include <strings.h> to fix mac build
This commit is contained in:
微希夷
2022-01-01 08:05:29 +00:00
committed by yitter
parent 1b2b28c095
commit 2afe292ee7

View File

@@ -5,6 +5,7 @@
#include "windows.h"
#else
#include <sys/mman.h>
#include <strings.h>
#endif
#include "shm.h"