Commit 76b772e6 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 81eafeda
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment