1
1

examples/x11.c: include sys/select.h for improved portability

Этот коммит содержится в:
Dan Fandrich 2015-03-04 22:53:02 +01:00
родитель cfe94c715e
Коммит d811750645

Просмотреть файл

@ -10,6 +10,7 @@
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <sys/types.h>