summaryrefslogtreecommitdiff
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
parentb1490f18cede41f4eef65e73a459280267a8bb7d (diff)
downloadyelp-1775265772a6f76649a3a633d3e4b54c72105a09.tar.gz
Fix implicit funcation declaration warning
-rw-r--r--libyelp/yelp-help-list.c1
-rw-r--r--libyelp/yelp-mallard-document.c1
2 files changed, 2 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"
diff --git a/libyelp/yelp-mallard-document.c b/libyelp/yelp-mallard-document.c
index 92b54b4c..d43a4923 100644
--- a/libyelp/yelp-mallard-document.c
+++ b/libyelp/yelp-mallard-document.c
@@ -28,6 +28,7 @@
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#include <libxml/xinclude.h>
+#include <libxml/xpathInternals.h>
#include "yelp-error.h"
#include "yelp-mallard-document.h"