1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)

from inttypes.h.
This commit is contained in:
Jelmer Vernooij
2008-10-14 03:42:54 +02:00
parent 396e53f9ff
commit b96329f4f9

View File

@ -52,6 +52,7 @@
which causes a warning storm on irix */
#undef HAVE_INTTYPES_H
#elif HAVE_INTTYPES_H
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#endif