Fixing compilation problem on AIX.

This commit is contained in:
Alexander Barkov 2014-04-10 15:26:05 +04:00
parent 39afdcddd1
commit 5fffa449ed

View File

@ -643,4 +643,12 @@
#cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
#cmakedefine TIME_T_UNSIGNED @TIME_T_UNSIGNED@
#ifdef _AIX
/*
AIX includes inttypes.h from sys/types.h
Explicitly request format macros before the first inclusion of inttypes.h
*/
#define __STDC_FORMAT_MACROS
#endif
#endif