Include stdint.h for int type definitions.

This commit is contained in:
paul 2002-07-04 10:34:17 +00:00
parent e93a8800a3
commit 4875808bbb
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ typedef unsigned char *CAPI_MESSAGE;
#if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
#if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || __GLIBC__ > 2
#define HAS_UINT8_T
#include <stdint.h>
#endif
#endif