summaryrefslogtreecommitdiffstats
path: root/core/git-access.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-13 18:43:24 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-14 10:13:39 -0700
commit543cefa61e54cadb5c8af503386d74d3d89c3dab (patch)
tree7e6d46192d90e8c2297dc534ea55e71627dd9df8 /core/git-access.c
parentea83b5ed371bbfb1e5ffb0b501c8bf652cae35bb (diff)
downloadsubsurface-543cefa61e54cadb5c8af503386d74d3d89c3dab.tar.gz
Android: build fix
On other OSs this compiles fine without adding this header, but Android is special... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/git-access.c')
-rw-r--r--core/git-access.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/git-access.c b/core/git-access.c
index 199f39dfa..18db832a1 100644
--- a/core/git-access.c
+++ b/core/git-access.c
@@ -14,6 +14,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
+#include <stdarg.h>
#include <git2.h>
#include "subsurface-string.h"