summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/inttypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/inttypes.h b/src/include/inttypes.h
new file mode 100644
index 0000000000..77c39c4199
--- /dev/null
+++ b/src/include/inttypes.h
@@ -0,0 +1,4 @@
+#ifndef INTTYPES_H
+#define INTTYPES_H
+#include <stdint.h>
+#endif /* INTTYPES_H */