about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-06-01 22:53:30 +0100
committerJames Booth <boothj5@gmail.com>2014-06-01 22:53:30 +0100
commit21af901fe4da8dad542368798ac7843cde265b65 (patch)
tree69638abe815429cd9c5a61eb26f8e044ad0a557c
parent575b6acdd257d153901b248e55eea3b35a6ad441 (diff)
downloadprofani-tty-21af901fe4da8dad542368798ac7843cde265b65.tar.gz
Include stdint
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 67fd8a95..431fb8ac 100644
--- a/src/common.c
+++ b/src/common.c
@@ -24,6 +24,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>