summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-02 18:01:39 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-02 18:01:39 +0200
commitb3f1118843f365fea5946033758278be9260cfb3 (patch)
tree2b524e18709dfee93e6d26a3505db93d8f10d02c /sfeed_opml_import.c
parent4b4ca37b90478ea68d89d4ed7d4e2ecb6484107f (diff)
sfeed_opml_import: fix build
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
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 cce73a3..f472cb0 100644
--- a/sfeed_opml_import.c
+++ b/sfeed_opml_import.c
@@ -4,6 +4,7 @@
#include <string.h>
#include <strings.h>
+#include "util.h"
#include "xml.h"
static XMLParser parser; /* XML parser state */