summaryrefslogtreecommitdiff
path: root/src/lib/evil
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@samsung.com>2014-01-06 13:05:39 +0900
committerCedric BAIL <cedric.bail@samsung.com>2014-01-06 13:06:15 +0900
commit8dc6adbf9c42c353118b45ad2e524d6117a73fff (patch)
tree32b21cea0b6c0a61a9aa5b317dcb280851784c98 /src/lib/evil
parent6f685d760851e1ccf33017b2a749008475e2ac7c (diff)
downloadefl-8dc6adbf9c42c353118b45ad2e524d6117a73fff.tar.gz
evil: fix include to correctly define type used in the header.
Diffstat (limited to 'src/lib/evil')
-rw-r--r--src/lib/evil/sys/mman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evil/sys/mman.h b/src/lib/evil/sys/mman.h
index c49fbf6756..3c63536a99 100644
--- a/src/lib/evil/sys/mman.h
+++ b/src/lib/evil/sys/mman.h
@@ -1,6 +1,8 @@
#ifndef __EVIL_SYS_MMAN_H__
#define __EVIL_SYS_MMAN_H__
+#include <sys/types.h>
+
#include <evil_macro.h>