diff options
author | marha <marha@users.sourceforge.net> | 2009-09-25 06:50:41 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-25 06:50:41 +0000 |
commit | fd5b58eccdd9405ae0ebce6ca5222e92d3c6688d (patch) | |
tree | 213a49780fc31b692e899f2f0e0e663df617646e | |
parent | 89294559b44d2059dadc304a4cc9ce4c6fb7a101 (diff) | |
download | vcxsrv-fd5b58eccdd9405ae0ebce6ca5222e92d3c6688d.tar.gz vcxsrv-fd5b58eccdd9405ae0ebce6ca5222e92d3c6688d.tar.bz2 vcxsrv-fd5b58eccdd9405ae0ebce6ca5222e92d3c6688d.zip |
Solved compiler warning
-rw-r--r-- | include/stdint.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h> + /* Exact-width integer types */ #ifndef __int8_t_defined |