diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c index d6c1814b4..01f804006 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -10,7 +10,6 @@ #include <string.h> #include <stdlib.h> #include <errno.h> -#include <time.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> @@ -30,6 +29,7 @@ #include "qthelper.h" #include "gettext.h" #include "tag.h" +#include "subsurface-time.h" #define VA_BUF(b, fmt) do { va_list args; va_start(args, fmt); put_vformat(b, fmt, args); va_end(args); } while (0) |