Commit eff75a31 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Added missing #include <sys/types.h>.

parent a0dc4210
......@@ -10,6 +10,7 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#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