diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-11-27 22:55:28 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-27 13:42:10 -0800 |
commit | e18df8493697e8fb7821a42cbc21be67c86d9bd4 (patch) | |
tree | 47f0cafe0beaaecefb3c00419423b938de10cf81 | |
parent | b1b2638720380409727da4b4c91d17592fa8bab8 (diff) | |
download | subsurface-e18df8493697e8fb7821a42cbc21be67c86d9bd4.tar.gz |
Hopefully fix Android build
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
-rw-r--r-- | core/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/parse.c b/core/parse.c index 57f6eb019..5fca1e777 100644 --- a/core/parse.c +++ b/core/parse.c @@ -1,5 +1,6 @@ #include <stdio.h> #include <assert.h> +#include <stdarg.h> #include "membuffer.h" #include <stdlib.h> #include <unistd.h> |