From: Ben Gras Date: Mon, 14 Jun 2010 20:33:14 +0000 (+0000) Subject: : include instead of for endpoint_t X-Git-Tag: v3.1.8~449 X-Git-Url: http://zhaoyanbai.com/repos/%22http:/www.isc.org/static/host.html?a=commitdiff_plain;h=482afb8a6fdf767223d1d0604bc36697d5b0c34a;p=minix.git : include instead of for endpoint_t --- diff --git a/include/sys/mman.h b/include/sys/mman.h index 29d82a1bd..3bfa64c7d 100644 --- a/include/sys/mman.h +++ b/include/sys/mman.h @@ -2,8 +2,8 @@ #ifndef _MMAN_H #define _MMAN_H -#ifndef _TYPES_H -#include +#ifndef _TYPE_H +#include #endif /* prot argument for mmap() */