cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8dc6adbf9c42c353118b45ad2e524d6117a73fff

commit 8dc6adbf9c42c353118b45ad2e524d6117a73fff
Author: Cedric BAIL <cedric.b...@samsung.com>
Date:   Mon Jan 6 13:05:39 2014 +0900

    evil: fix include to correctly define type used in the header.
---
 src/lib/evil/sys/mman.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/evil/sys/mman.h b/src/lib/evil/sys/mman.h
index c49fbf6..3c63536 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>
 
 

-- 


Reply via email to