Warning Fix: add missing include to core/parse-xml.c

Fallout from commit #cd5e17cf79c2f1eb896efd0436c103221de446ae

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-03-01 22:12:56 +01:00 committed by Lubomir I. Ivanov
parent 4cbf8b87a3
commit 0fa6422a04

View file

@ -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;