projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab9f53
)
Andrés García-fix to make it build with mingw
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 9 Mar 2004 08:38:25 +0000
(08:38 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 9 Mar 2004 08:38:25 +0000
(08:38 +0000)
tests/server/sws.c
patch
|
blob
|
history
diff --git
a/tests/server/sws.c
b/tests/server/sws.c
index 449efa96f94c4a1437e63d3f30f5ef2d65207192..0d86c87e6e6fd93757a182ebbabd2c1728e7e570 100644
(file)
--- a/
tests/server/sws.c
+++ b/
tests/server/sws.c
@@
-48,7
+48,9
@@
/* This define is "almost" required to build on HPUX 11 */
#include <arpa/inet.h>
#endif
+#ifdef HAVE_NETDB_H
#include <netdb.h>
+#endif
#include "getpart.h"