aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.h
diff options
context:
space:
mode:
authorPo Lu2023-01-14 09:34:53 +0800
committerPo Lu2023-01-14 09:34:53 +0800
commit28a9baccd4c8e997895d3adb3cfce4a11fa29896 (patch)
tree3b3be6902bca10759a1c12632c3fe325bfe5f0eb /src/android.h
parenta441ac5527f7323202063466422d3ee830ad4c21 (diff)
downloademacs-28a9baccd4c8e997895d3adb3cfce4a11fa29896.tar.gz
emacs-28a9baccd4c8e997895d3adb3cfce4a11fa29896.zip
Improve reliability of Android build system
* .gitignore: Add new files. * INSTALL.android: New file. * Makefile.in (clean_dirs): Clean xcompile as well. * admin/merge-gnulib (avoided_flags): Import gnulib into Android directory as well. * doc/emacs/android.texi (Android): * doc/emacs/emacs.texi (Top): New node `Android'. * java/org/gnu/emacs/EmacsThread.java (run): Use right executable name. * lib/Makefile.in (ANDROID_CFLAGS): Use better way to refer to /src. (vpath): Delete ugly block of vpath statements. (mostlyclean): Remove Makefile.android. * lib/fpending.c (__fpending): * lib/open.c: * lib/unistd.c (_GL_UNISTD_INLINE): Revert changes to gnulib in lib/. * src/android.h: * src/androidterm.c: Fix build. * xcompile/Makefile.in (LIB_SRCDIR): (LIBSRC_BINARIES, src/verbose.mk): (PRE_BUILD_DEPS, PHONY): Use gnulib in xcompile/lib/ as opposed to lib/. * xcompile/README: Adjust README.
Diffstat (limited to 'src/android.h')
-rw-r--r--src/android.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android.h b/src/android.h
index cddd315b9a3..af1e42ec370 100644
--- a/src/android.h
+++ b/src/android.h
@@ -30,6 +30,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
30 30
31#include <sys/stat.h> 31#include <sys/stat.h>
32#include <dirent.h> 32#include <dirent.h>
33#include <stdio.h>
33 34
34#include <android/bitmap.h> 35#include <android/bitmap.h>
35 36