sfeed

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

commit fddbcbb7125413780de042c410adb75ed0ea055f
parent 2d5b42efae35300a9eb7cc3a834dc8c522bf5a71
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 22 Aug 2015 20:13:18 +0200

xml: fix includes

Diffstat:
Mxml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xml.c b/xml.c @@ -1,10 +1,10 @@ #include <ctype.h> #include <errno.h> +#include <limits.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include "xml.h"