Maybe fix build on freebsd by including unistd.h
This commit is contained in:
parent
b6d2d96d11
commit
5fd5c7fdd1
|
@ -24,6 +24,7 @@
|
|||
#if ZM_MEM_MAPPED
|
||||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#else // ZM_MEM_MAPPED
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
|
|
Loading…
Reference in New Issue