diff options
author | James Booth <boothj5@gmail.com> | 2014-06-01 22:53:30 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-06-01 22:53:30 +0100 |
commit | 21af901fe4da8dad542368798ac7843cde265b65 (patch) | |
tree | 69638abe815429cd9c5a61eb26f8e044ad0a557c /src | |
parent | 575b6acdd257d153901b248e55eea3b35a6ad441 (diff) | |
download | profani-tty-21af901fe4da8dad542368798ac7843cde265b65.tar.gz |
Include stdint
Diffstat (limited to 'src')
-rw-r--r-- | src/common.c | 1 |
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> |