diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-05-13 18:43:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-14 10:13:39 -0700 |
commit | 543cefa61e54cadb5c8af503386d74d3d89c3dab (patch) | |
tree | 7e6d46192d90e8c2297dc534ea55e71627dd9df8 /core/git-access.c | |
parent | ea83b5ed371bbfb1e5ffb0b501c8bf652cae35bb (diff) | |
download | subsurface-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.c | 1 |
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" |