1
0
mirror of synced 2025-12-17 02:28:12 +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" #include "windows.h"
#else #else
#include <sys/mman.h> #include <sys/mman.h>
#include <strings.h>
#endif #endif
#include "shm.h" #include "shm.h"