evil: fix include to correctly define type used in the header.

This commit is contained in:
Cedric BAIL 2014-01-06 13:05:39 +09:00
parent 6f685d7608
commit 8dc6adbf9c
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef __EVIL_SYS_MMAN_H__
#define __EVIL_SYS_MMAN_H__
#include <sys/types.h>
#include <evil_macro.h>