summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fastos/src/vespa/fastos/types.h b/fastos/src/vespa/fastos/types.h
index 8cad022e768..c96a65281b4 100644
--- a/fastos/src/vespa/fastos/types.h
+++ b/fastos/src/vespa/fastos/types.h
@@ -115,6 +115,9 @@
#ifndef PRId64
#define PRId64 "ld"
#endif
+ #ifndef PRIx64
+ #define PRIx64 "lx"
+ #endif
#else
#error "Only 64 environments are supported."