summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2016-01-31 22:30:07 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-01-31 22:33:24 +0100
commit3fda5b1034ebff7eb00cb43f665cc4e1bfd263e9 (patch)
tree637ed5f8bc6841976b565487d08f53c1e634872e
parentfb3e9d05d1cf81783ea49629a2180512f5a60ecf (diff)
Add missing stdint header
-rw-r--r--sfeed_tail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfeed_tail.c b/sfeed_tail.c
index a57455b..6d81ac2 100644
--- a/sfeed_tail.c
+++ b/sfeed_tail.c
@@ -1,5 +1,6 @@
#include <ctype.h>
#include <err.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>