summaryrefslogtreecommitdiff
path: root/libyelp/yelp-help-list.c
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-02-09 10:36:15 +0000
committerDavid King <amigadave@amigadave.com>2015-02-09 10:40:10 +0000
commit1775265772a6f76649a3a633d3e4b54c72105a09 (patch)
treec805c5450b3bc76f41174cf603fc06bd9978250f /libyelp/yelp-help-list.c
parentb1490f18cede41f4eef65e73a459280267a8bb7d (diff)
downloadyelp-1775265772a6f76649a3a633d3e4b54c72105a09.tar.gz
Fix implicit funcation declaration warning
Diffstat (limited to 'libyelp/yelp-help-list.c')
-rw-r--r--libyelp/yelp-help-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libyelp/yelp-help-list.c b/libyelp/yelp-help-list.c
index 4a5c8705..1085ef8c 100644
--- a/libyelp/yelp-help-list.c
+++ b/libyelp/yelp-help-list.c
@@ -29,6 +29,7 @@
#include <libxml/parser.h>
#include <libxml/xinclude.h>
#include <libxml/xpath.h>
+#include <libxml/xpathInternals.h>
#include "yelp-help-list.h"
#include "yelp-settings.h"