mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 07:12:45 +01:00
inttypes.h is available on sun solaris #1426
This commit is contained in:
parent
3f75fd539f
commit
126f9e1742
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user