summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-22 16:26:51 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-22 16:26:51 +0200
commit6bae9a94b97f808e888de1b4633ccb52e7c26c58 (patch)
tree9f11153a199643bad1c53509af93888a5944b044 /sfeed_opml_import.c
parent6d02ae93a30afe8492b176907c5cf11d0e639420 (diff)
sfeed_opml_import: does not need util but may need compat.h for strlcpy, strlcat
Diffstat (limited to 'sfeed_opml_import.c')
-rw-r--r--sfeed_opml_import.c1
1 files changed, 1 insertions, 0 deletions
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 <strings.h>
#include <time.h>
+#include "compat.h"
#include "xml.h"
static XMLParser parser; /* XML parser state */