diff options
Diffstat (limited to 'core/save-xml.c')
-rw-r--r-- | core/save-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-xml.c b/core/save-xml.c index 71b2da4b4..8e3d212eb 100644 --- a/core/save-xml.c +++ b/core/save-xml.c @@ -9,7 +9,6 @@ #include <string.h> #include <stdlib.h> #include <errno.h> -#include <time.h> #include <unistd.h> #include <fcntl.h> @@ -17,6 +16,7 @@ #include "divesite.h" #include "errorhelper.h" #include "subsurface-string.h" +#include "subsurface-time.h" #include "trip.h" #include "device.h" #include "file.h" |