diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tng/tng_io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/tng/tng_io.h b/include/tng/tng_io.h index a27a027..f3b173c 100644 --- a/include/tng/tng_io.h +++ b/include/tng/tng_io.h @@ -332,6 +332,10 @@ typedef unsigned __int64 uint64_t; # define PRId64 __PRI64_PREFIX "d" #endif +#ifndef PRIu64 +# define PRIu64 __PRI64_PREFIX "u" +#endif + #endif #endif /* USE_STD_INTTYPES_H */ |