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

This commit is contained in:
Marc G. Fournier 1998-02-24 03:12:55 +00:00
parent 9fdb501293
commit 7549bb66c2
1 changed files with 1 additions and 0 deletions

View File

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