summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-06-16 09:52:29 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-06-16 10:51:43 +0000
commita189fd69e3440f1c22928f360ebeacbf9ee6e701 (patch)
tree86526381c4e0e0e382e6393200ce4163bb892067 /fastos
parent4f63c9865dffee64bb9df0215c3550e915c00c75 (diff)
Read define of PRIx64
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."