Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ae8ca36b
Commit
ae8ca36b
authored
Oct 27, 2003
by
Pierre d'Herbemont
Committed by
Alexandre Julliard
Oct 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include <arpa/nameser.h> before <resolv.h>.
parent
b83789fd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
configure
configure
+3
-0
configure.ac
configure.ac
+3
-0
pthread.c
scheduler/pthread.c
+3
-0
No files found.
configure
View file @
ae8ca36b
...
...
@@ -14014,6 +14014,9 @@ cat >>conftest.$ac_ext <<_ACEOF
#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#if HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
#endif
#include <
$ac_header
>
_ACEOF
...
...
configure.ac
View file @
ae8ca36b
...
...
@@ -1093,6 +1093,9 @@ AC_CHECK_HEADERS([resolv.h],,,
#endif
#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#if HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
#endif])
AC_CHECK_HEADERS(netinet/ip.h,,,
...
...
scheduler/pthread.c
View file @
ae8ca36b
...
...
@@ -48,6 +48,9 @@ struct _pthread_cleanup_buffer;
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
#endif
#ifdef HAVE_RESOLV_H
# include <resolv.h>
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment