aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 5727e62..ef4ea4a 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,12 +1,13 @@
#ifndef ORYX_TYPES_H
#define ORYX_TYPES_H
-#include <stdint.h>
+#include <inttypes.h>
typedef uint32_t idx_t;
typedef uint32_t rune;
typedef unsigned char uchar;
#define RUNE_C(x) UINT32_C(x)
+#define PRIXRUNE PRIX32
#endif /* !ORYX_TYPES_H */