projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2c6ab
)
Fix Android 2.2 build
author
Po Lu
<luangruo@yahoo.com>
Sun, 19 May 2024 01:38:50 +0000
(09:38 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 19 May 2024 01:38:50 +0000
(09:38 +0800)
* src/android.h: Include sys/select.h.
src/android.h
patch
|
blob
|
history
diff --git
a/src/android.h
b/src/android.h
index 78482d64de41b428561dba2a568f37bd2e1fe713..29459b063f36e21ef647ad4a3d5e3b3c0202fa17 100644
(file)
--- a/
src/android.h
+++ b/
src/android.h
@@
-31,6
+31,8
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <pwd.h>
#include <sys/stat.h>
+#include <sys/select.h>
+
#include <dirent.h>
#include <stdio.h>