Commit 9f6c4daa authored by Yang Tse's avatar Yang Tse
Browse files

include headers
parent ea721946
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -10,6 +10,18 @@

#include "test.h"

#ifdef HAVE_SYS_SOCKET_H
#  include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#  include <netinet/in.h>
#endif
#ifdef HAVE_NETDB_H
#  include <netdb.h>
#endif
#ifdef HAVE_ARPA_INET_H
#  include <arpa/inet.h>
#endif
#ifdef HAVE_SYS_STAT_H
#  include <sys/stat.h>
#endif