From deff8aa15f8b79bda8c43c616679f75a15897616 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 14 Mar 2003 04:34:27 +0000 Subject: [PATCH] __APPLE__ has , too. --- usr.bin/file/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index cd0b64a74c78..d405bae00e53 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -91,7 +91,7 @@ /* Define if you have the header file. */ #include -#if (__NetBSD_Version__ > 106000000) || defined(__linux__) +#if (__NetBSD_Version__ > 106000000) || defined(__linux__) || defined(__APPLE__) #define HAVE_STDINT_H 1 #endif