diff options
-rw-r--r-- | include/tng_io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 4dcb204..b6d0890 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -309,9 +309,12 @@ typedef unsigned __int64 uint64_t; /* From stdint.h (GNU C Library) */ /* Macros for printing format specifiers. */ /* Decimal notation. */ +#ifndef PRId64 # define PRId64 __PRI64_PREFIX "d" #endif +#endif + #endif /* USE_STD_INTTYPES_H */ |