diff options
Diffstat (limited to 'include/stdint.h')
-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 |