summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-01 15:48:39 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-01 15:48:39 +0200
commit8caf15e38c6c1a803c110028b0d8a10d6fece776 (patch)
treedcc3b99e2e716ce17172b94c2f7adc5ca3d522eb /src/Makefile.W32
parentdde2d0138dd3d6d603b476f7e5f50aff2270251e (diff)
downloadwolfbones-8caf15e38c6c1a803c110028b0d8a10d6fece776.tar.gz
wolfbones-8caf15e38c6c1a803c110028b0d8a10d6fece776.tar.bz2
removed extern in function prototypes; added gai_strerror_r and a test, cleanup in netdb.h and netdb.c
Diffstat (limited to 'src/Makefile.W32')
-rw-r--r--src/Makefile.W323
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index b321eeb..d0f7a99 100644
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -20,7 +20,8 @@ PORT_OBJS = \
port\string.obj \
port\stdio.obj \
port\stdlib.obj \
- port\time.obj
+ port\time.obj \
+ port\netdb.obj
LOG_OBJS = \
log\log.obj