summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-03-01 22:12:56 +0100
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-03-02 02:46:31 +0200
commit0fa6422a042c207cd52f09f8e88809adee4d4a24 (patch)
tree196f8d941bec187f4763fc0986e12b1aaf110e45
parent4cbf8b87a3586d15cff9770d1e3fc9f813498037 (diff)
downloadsubsurface-0fa6422a042c207cd52f09f8e88809adee4d4a24.tar.gz
Warning Fix: add missing include to core/parse-xml.c
Fallout from commit #cd5e17cf79c2f1eb896efd0436c103221de446ae Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r--core/parse-xml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c
index 6564bdefd..2241b330e 100644
--- a/core/parse-xml.c
+++ b/core/parse-xml.c
@@ -26,6 +26,7 @@
#include "divelist.h"
#include "device.h"
#include "membuffer.h"
+#include "qthelper.h"
int verbose, quit, force_root;
int last_xml_version = -1;