aboutsummaryrefslogtreecommitdiffstats
path: root/stagit.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2020-02-12 23:20:25 +0100
committerHiltjo Posthuma <[email protected]>2020-02-12 23:20:25 +0100
commit2f7e7f2503014f66607b588f32de0b1be69c28a1 (patch)
tree97c16f48e24089cb0387897dfff8b24f670b896f /stagit.c
parent4a93974f52683114dd6c4db3bad0b7adace7c771 (diff)
downloadstagit-2f7e7f2503014f66607b588f32de0b1be69c28a1.tar.gz
stagit-2f7e7f2503014f66607b588f32de0b1be69c28a1.zip
improve includes, stagit-index does not need compat.h
Diffstat (limited to 'stagit.c')
-rw-r--r--stagit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stagit.c b/stagit.c
index dcac016..affa318 100644
--- a/stagit.c
+++ b/stagit.c
@@ -3,12 +3,13 @@
#include <err.h>
#include <errno.h>
-#include <inttypes.h>
#include <libgen.h>
#include <limits.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include <git2.h>