aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/android.c')
-rw-r--r--src/android.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android.c b/src/android.c
index 75a97f9db33..0627b44f8fd 100644
--- a/src/android.c
+++ b/src/android.c
@@ -27,6 +27,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
27#include <dlfcn.h> 27#include <dlfcn.h>
28#include <errno.h> 28#include <errno.h>
29#include <math.h> 29#include <math.h>
30#include <string.h>
30 31
31#include <sys/stat.h> 32#include <sys/stat.h>
32#include <sys/mman.h> 33#include <sys/mman.h>