#include <sys/types.h> before <sys/mman.h>.
This commit is contained in:
parent
81eafedaf1
commit
76b772e613
|
@ -13,6 +13,7 @@
|
|||
#ifdef HAVE_DL_API
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue