diff options
author | Quentin Rameau <quinq@fifth.space> | 2016-01-31 22:30:07 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-01-31 22:33:24 +0100 |
commit | 3fda5b1034ebff7eb00cb43f665cc4e1bfd263e9 (patch) | |
tree | 637ed5f8bc6841976b565487d08f53c1e634872e | |
parent | fb3e9d05d1cf81783ea49629a2180512f5a60ecf (diff) |
Add missing stdint header
-rw-r--r-- | sfeed_tail.c | 1 |
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> |