From 6bae9a94b97f808e888de1b4633ccb52e7c26c58 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 22 Aug 2015 16:26:51 +0200 Subject: sfeed_opml_import: does not need util but may need compat.h for strlcpy, strlcat --- sfeed_opml_import.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sfeed_opml_import.c') diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c index 6e253a9..a2e2082 100644 --- a/sfeed_opml_import.c +++ b/sfeed_opml_import.c @@ -6,6 +6,7 @@ #include #include +#include "compat.h" #include "xml.h" static XMLParser parser; /* XML parser state */ -- cgit v1.2.3