From fd5b58eccdd9405ae0ebce6ca5222e92d3c6688d Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 25 Sep 2009 06:50:41 +0000 Subject: Solved compiler warning --- include/stdint.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/stdint.h b/include/stdint.h index f7d15a187..b22c349d4 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -11,6 +11,8 @@ details. */ #ifndef _STDINT_H #define _STDINT_H +#include + /* Exact-width integer types */ #ifndef __int8_t_defined -- cgit v1.2.3