summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-06-16 09:55:59 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-06-16 10:51:44 +0000
commit9326968eafcaf378de1bc50948bc01163118f432 (patch)
treed46e45ff4ffa56269fb8ed6d5f29fcc4866dca26 /fastos
parenta189fd69e3440f1c22928f360ebeacbf9ee6e701 (diff)
Readd define of PRIu32
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fastos/src/vespa/fastos/types.h b/fastos/src/vespa/fastos/types.h
index c96a65281b4..f14119b5a9a 100644
--- a/fastos/src/vespa/fastos/types.h
+++ b/fastos/src/vespa/fastos/types.h
@@ -122,3 +122,7 @@
#else
#error "Only 64 environments are supported."
#endif
+
+#ifndef PRIu32
+ #define PRIu32 "u"
+#endif