Skip to content

Commit

Permalink
inttypes.h is available on sun solaris #1426
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Mar 6, 2018
1 parent 3f75fd5 commit 126f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Foundation/src/pcre_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ by "configure". */

#if HAVE_STDINT_H
#include <stdint.h>
#elif HAVE_INTTYPES_H
#elif HAVE_INTTYPES_H || defined(__SUNPRO_C)
#include <inttypes.h>
#endif

Expand Down

0 comments on commit 126f9e1

Please sign in to comment.