sfeed

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

commit 2565ba5d80b9ed075bcf2f2f4a6de5d38579bfaf
parent 36b8df117ebdaaffe653427d3b06ce737bb94fa8
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 31 Jul 2015 22:26:44 +0200

xml: fix missing include strings.h, for strncasecmp

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

diff --git a/xml.c b/xml.c @@ -4,6 +4,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include "xml.h"