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

yamux
Jose Marcial Vieira Bisneto 2017-08-17 08:18:55 -03:00
parent 61281368bf
commit da23d4c54a
1 changed files with 2 additions and 0 deletions

View File

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