summaryrefslogtreecommitdiff
path: root/tests/anonself.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-07 23:18:01 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-07 23:20:39 +0200
commit93886329b827485e27e046eae2a8b35531b76e6c (patch)
tree3f182fecc1489d0fdd0ed6782f6efb40431a1193 /tests/anonself.c
parentd829409d4d23e975388b7783dc221ba7643d4c45 (diff)
downloadgnutls-93886329b827485e27e046eae2a8b35531b76e6c.tar.gz
win32 fixes. Patch by LRN.
Diffstat (limited to 'tests/anonself.c')
-rw-r--r--tests/anonself.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/anonself.c b/tests/anonself.c
index 134b88babb..2e30f57fd1 100644
--- a/tests/anonself.c
+++ b/tests/anonself.c
@@ -33,8 +33,10 @@
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
+#if !defined(_WIN32)
#include <sys/wait.h>
#include <arpa/inet.h>
+#endif
#include <unistd.h>
#include <gnutls/gnutls.h>