diff options
Diffstat (limited to 'base/stdint_.h')
-rw-r--r-- | base/stdint_.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/stdint_.h b/base/stdint_.h index 7da1457f..39ab5ac4 100644 --- a/base/stdint_.h +++ b/base/stdint_.h @@ -227,6 +227,9 @@ typedef unsigned long long uint64_t; # define PRIiSIZE "lli" # endif # endif +# ifndef PRIx64 +# define PRIx64 PRIxSIZE +# endif # endif #endif /* stdint__INCLUDED */ |