summaryrefslogtreecommitdiff
path: root/other-licenses
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2015-04-16 10:45:07 +0200
committerPale Moon <git-repo@palemoon.org>2015-04-16 10:45:07 +0200
commit307f82560ab3f1db8bd6f6484e7c6509ee53fdc4 (patch)
treecfd6f5ff1c945abe0b5d775d9a9a8689c65beaa9 /other-licenses
parent03d8d16604d706fafedaecfe26d3a661135ca196 (diff)
downloadpalemoon-gre-307f82560ab3f1db8bd6f6484e7c6509ee53fdc4.tar.gz
Android: Fix missing includes (MiB)
Diffstat (limited to 'other-licenses')
-rw-r--r--other-licenses/android/res_init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/other-licenses/android/res_init.c b/other-licenses/android/res_init.c
index 67fed866b..8ac5d30ec 100644
--- a/other-licenses/android/res_init.c
+++ b/other-licenses/android/res_init.c
@@ -114,6 +114,8 @@ __RCSID("$NetBSD: res_init.c,v 1.8 2006/03/19 03:10:08 christos Exp $");
#ifdef ANDROID_CHANGES
#include <sys/system_properties.h>
+#include <errno.h>
+#include <fcntl.h>
#endif /* ANDROID_CHANGES */
#ifndef MIN