]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Android 2.2 build
authorPo Lu <luangruo@yahoo.com>
Sun, 19 May 2024 01:38:50 +0000 (09:38 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:41:39 +0000 (09:41 +0200)
* src/android.h: Include sys/select.h.

(cherry picked from commit cf80d9831c62a8d0bfa98aec912862e7412a99c4)

src/android.h

index 78482d64de41b428561dba2a568f37bd2e1fe713..29459b063f36e21ef647ad4a3d5e3b3c0202fa17 100644 (file)
@@ -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>