* libc/include/sys/config.h: Include limits.h.

This commit is contained in:
Alexandre Oliva
2002-04-13 10:10:03 +00:00
parent 26116455c4
commit 0cc261b11d
2 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,8 @@
typedef short int __int16_t;
typedef unsigned short int __uint16_t;
#include <limits.h>
#if INT_MAX == 32767
typedef long int __int32_t;
typedef unsigned long int __uint32_t;