inttypes.h is available on sun solaris #1426

This commit is contained in:
Günter Obiltschnig 2018-03-06 18:54:38 +01:00
parent 3f75fd539f
commit 126f9e1742

View File

@ -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