evil: fix include to correctly define type used in the header.
authorCedric BAIL <cedric.bail@samsung.com>
Mon, 6 Jan 2014 04:05:39 +0000 (13:05 +0900)
committerCedric BAIL <cedric.bail@samsung.com>
Mon, 6 Jan 2014 04:06:15 +0000 (13:06 +0900)
src/lib/evil/sys/mman.h

index c49fbf6..3c63536 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __EVIL_SYS_MMAN_H__
 #define __EVIL_SYS_MMAN_H__
 
+#include <sys/types.h>
+
 #include <evil_macro.h>