summaryrefslogtreecommitdiffstats
path: root/core/parse-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/parse-xml.c')
-rw-r--r--core/parse-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c
index 50639d1d1..164b17b83 100644
--- a/core/parse-xml.c
+++ b/core/parse-xml.c
@@ -13,7 +13,6 @@
#include <unistd.h>
#include <assert.h>
#define __USE_XOPEN
-#include <time.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#include <libxml/tree.h>
@@ -26,6 +25,7 @@
#include "errorhelper.h"
#include "subsurface-string.h"
#include "parse.h"
+#include "subsurface-time.h"
#include "trip.h"
#include "device.h"
#include "membuffer.h"