aboutsummaryrefslogtreecommitdiff
path: root/include/stdint.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-25 06:50:41 +0000
committermarha <marha@users.sourceforge.net>2009-09-25 06:50:41 +0000
commitfd5b58eccdd9405ae0ebce6ca5222e92d3c6688d (patch)
tree213a49780fc31b692e899f2f0e0e663df617646e /include/stdint.h
parent89294559b44d2059dadc304a4cc9ce4c6fb7a101 (diff)
downloadvcxsrv-fd5b58eccdd9405ae0ebce6ca5222e92d3c6688d.tar.gz
vcxsrv-fd5b58eccdd9405ae0ebce6ca5222e92d3c6688d.tar.bz2
vcxsrv-fd5b58eccdd9405ae0ebce6ca5222e92d3c6688d.zip
Solved compiler warning
Diffstat (limited to 'include/stdint.h')
-rw-r--r--include/stdint.h2
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