Skip to content

Commit 7549bb6

Browse files
committed
Add an '#include <sys/types.h>' for the netinet/in.h section
1 parent 9fdb501 commit 7549bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/config.h.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ int gethostname(char *name, int namelen);
103103
#ifndef HAVE_INET_ATON
104104
# ifdef HAVE_ARPA_INET_H
105105
# ifdef HAVE_NETINET_IN_H
106+
# include <sys/types.h>
106107
# include <netinet/in.h>
107108
# endif
108109
# include <arpa/inet.h>

0 commit comments

Comments
 (0)