sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 3fda5b1034ebff7eb00cb43f665cc4e1bfd263e9
parent fb3e9d05d1cf81783ea49629a2180512f5a60ecf
Author: Quentin Rameau <quinq@fifth.space>
Date:   Sun, 31 Jan 2016 22:30:07 +0100

Add missing stdint header

Diffstat:
Msfeed_tail.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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