From 126f9e174297bf32cbd2b0001b11382043e8e826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Tue, 6 Mar 2018 18:54:38 +0100 Subject: [PATCH] inttypes.h is available on sun solaris #1426 --- Foundation/src/pcre_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/src/pcre_internal.h b/Foundation/src/pcre_internal.h index 2afd064c0..273d4db8a 100644 --- a/Foundation/src/pcre_internal.h +++ b/Foundation/src/pcre_internal.h @@ -231,7 +231,7 @@ by "configure". */ #if HAVE_STDINT_H #include -#elif HAVE_INTTYPES_H +#elif HAVE_INTTYPES_H || defined(__SUNPRO_C) #include #endif