Commit 7549bb66 authored by Marc G. Fournier's avatar Marc G. Fournier

Add an '#include <sys/types.h>' for the netinet/in.h section

parent 9fdb5012
......@@ -103,6 +103,7 @@ int gethostname(char *name, int namelen);
#ifndef HAVE_INET_ATON
# ifdef HAVE_ARPA_INET_H
# ifdef HAVE_NETINET_IN_H
# include <sys/types.h>
# include <netinet/in.h>
# endif
# include <arpa/inet.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment