summaryrefslogtreecommitdiff
path: root/src/NMakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-09-15 15:43:52 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-09-15 15:43:52 +0200
commitf370e929588815ebb19e5d9c49c24a224f320b10 (patch)
tree653414efc58b3cebf7a2de0ac544bcb1fd908244 /src/NMakefile
parentc6a321715da321456b311bb7dca3ecf0c8e9567c (diff)
downloadbiruda-f370e929588815ebb19e5d9c49c24a224f320b10.tar.gz
biruda-f370e929588815ebb19e5d9c49c24a224f320b10.tar.bz2
gethostname fix for Windows
Diffstat (limited to 'src/NMakefile')
-rw-r--r--src/NMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NMakefile b/src/NMakefile
index 9954310..2568238 100644
--- a/src/NMakefile
+++ b/src/NMakefile
@@ -29,7 +29,7 @@ LIB_DIRS = \
CLFLAGS = /TP /MDd /W2 /WX /nologo /O2 $(INCLUDE_DIRS)
LINKFLAGS = /nologo $(LIB_DIRS)
-LIBS = libConfuse.lib pthreadVC2d.lib nanomsg.lib json-c.lib
+LIBS = libConfuse.lib pthreadVC2d.lib nanomsg.lib json-c.lib Ws2_32.lib
.SUFFIXES: .c .obj .exe