#include <sys/types.h> before <sys/mman.h>.

This commit is contained in:
Gerald Pfeifer 2000-05-14 23:40:56 +00:00 committed by Alexandre Julliard
parent 81eafedaf1
commit 76b772e613
1 changed files with 1 additions and 0 deletions

View File

@ -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