add missing include for whereami.c in android

This commit is contained in:
Philippe Teuwen 2019-08-09 22:11:03 +02:00
parent 3e96c27c18
commit 8b0a80ec98

View file

@ -213,6 +213,7 @@ int WAI_PREFIX(getExecutablePath)(char *out, int capacity, int *dirname_length)
#if defined(__ANDROID__) || defined(ANDROID)
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
#endif
WAI_NOINLINE