Fix Android 2.2 build
authorPo Lu <luangruo@yahoo.com>
Sun, 19 May 2024 01:38:50 +0000 (09:38 +0800)
committerPo 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

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>