Headers added to fix the build in the old gcc version.

This commit is contained in:
Jose Marcial Vieira Bisneto 2017-08-17 08:18:55 -03:00
parent 61281368bf
commit da23d4c54a

View file

@ -1,8 +1,10 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/select.h>
#include <unistd.h> #include <unistd.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <strings.h>
#include <netdb.h> #include <netdb.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <errno.h> #include <errno.h>