Fix Android 2.2 build
* src/android.h: Include sys/select.h.
This commit is contained in:
parent
3c2c6ab733
commit
cf80d9831c
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue