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

This commit is contained in:
Dan Fandrich 2015-03-04 22:53:02 +01:00
parent cfe94c715e
commit d811750645

View File

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