From 8dc6adbf9c42c353118b45ad2e524d6117a73fff Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 6 Jan 2014 13:05:39 +0900 Subject: [PATCH] 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 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 + #include