Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7549bb6

Browse files
committed
Add an '#include <sys/types.h>' for the netinet/in.h section
1 parent9fdb501 commit7549bb6

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
#ifndefHAVE_INET_ATON
104104
# ifdefHAVE_ARPA_INET_H
105105
# ifdefHAVE_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)

[8]ページ先頭

©2009-2025 Movatter.jp