summaryrefslogtreecommitdiff
path: root/stun/tests/test-bind.c
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-29 15:40:08 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-29 15:40:08 -0400
commitddd7c552623bc1b0cca1dcf9af40ea78dbfc6711 (patch)
tree14bd218c4de9236cc8c5090de763fecb12991dcf /stun/tests/test-bind.c
parentc68e61094641951eca7089438bf3de82e46798a7 (diff)
downloadlibnice-ddd7c552623bc1b0cca1dcf9af40ea78dbfc6711.tar.gz
add correct includes and define close as closesocket for windows
Diffstat (limited to 'stun/tests/test-bind.c')
-rw-r--r--stun/tests/test-bind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stun/tests/test-bind.c b/stun/tests/test-bind.c
index 7b17c33..d248647 100644
--- a/stun/tests/test-bind.c
+++ b/stun/tests/test-bind.c
@@ -63,6 +63,7 @@
#define MSG_NOSIGNAL 0
#define alarm(...)
+#define close closesocket
#else
#include <sys/types.h>
#include <sys/socket.h>