diff options
-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> |