__APPLE__ has <stdint.h>, too.

This commit is contained in:
thorpej 2003-03-14 04:34:27 +00:00
parent 61f1ee2222
commit deff8aa15f
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
/* Define if you have the <stdint.h> header file. */
#include <sys/param.h>
#if (__NetBSD_Version__ > 106000000) || defined(__linux__)
#if (__NetBSD_Version__ > 106000000) || defined(__linux__) || defined(__APPLE__)
#define HAVE_STDINT_H 1
#endif