Fix Android 2.2 build

* src/android.h: Include sys/select.h.
This commit is contained in:
Po Lu 2024-05-19 09:38:50 +08:00
parent 3c2c6ab733
commit cf80d9831c

View 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>