diff --git a/Foundation/src/pcre_internal.h b/Foundation/src/pcre_internal.h index 2923b29f8..a02d9d703 100644 --- a/Foundation/src/pcre_internal.h +++ b/Foundation/src/pcre_internal.h @@ -229,9 +229,9 @@ stdint.h is available, include it; it may define INT64_MAX. Systems that do not have stdint.h (e.g. Solaris) may have inttypes.h. The macro int64_t may be set by "configure". */ -#if defined HAVE_STDINT_H +#if HAVE_STDINT_H #include -#elif defined HAVE_INTTYPES_H +#elif HAVE_INTTYPES_H #include #endif