aboutsummaryrefslogtreecommitdiff
path: root/src/include/general.h
diff options
context:
space:
mode:
authorGareth McMullin2015-03-11 20:31:01 -0700
committerGareth McMullin2015-03-11 20:47:42 -0700
commit3d28c1418c11cb62e6c4c2f483a0bb7f308255a4 (patch)
tree514475dfd45ccabe1d51057d796d4192d6a19a11 /src/include/general.h
parent4baa8aba4f03e9690caece538e0887ac09f1eafc (diff)
Cleaned up printf/scanf for C99 integer types.
Diffstat (limited to 'src/include/general.h')
-rw-r--r--src/include/general.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/general.h b/src/include/general.h
index b4e9aeb..2cb4bd9 100644
--- a/src/include/general.h
+++ b/src/include/general.h
@@ -28,6 +28,7 @@
#include <string.h>
#include <stdio.h>
#include <stddef.h>
+#include <inttypes.h>
#include "platform.h"
#include "platform_support.h"