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:
@ -52,6 +52,7 @@
|
|||||||
which causes a warning storm on irix */
|
which causes a warning storm on irix */
|
||||||
#undef HAVE_INTTYPES_H
|
#undef HAVE_INTTYPES_H
|
||||||
#elif HAVE_INTTYPES_H
|
#elif HAVE_INTTYPES_H
|
||||||
|
#define __STDC_FORMAT_MACROS
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user