aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-23 07:49:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-23 07:49:34 +0000
commit2ab3c347974b33e0715ce1fad0f42d4846da3aee (patch)
tree01ab192b63c4ecce1fdcc3449dd2bc71bf574307 /src/vpn
parent956380b60d975e1a86784dae08555d6acdedb3b2 (diff)
downloadgnunet-2ab3c347974b33e0715ce1fad0f42d4846da3aee.tar.gz
gnunet-2ab3c347974b33e0715ce1fad0f42d4846da3aee.zip
mantis 1606
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-vpn-pretty-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-vpn-pretty-print.c b/src/vpn/gnunet-vpn-pretty-print.c
index da95af4e9..577db5098 100644
--- a/src/vpn/gnunet-vpn-pretty-print.c
+++ b/src/vpn/gnunet-vpn-pretty-print.c
@@ -4,7 +4,7 @@
4#include <ctype.h> 4#include <ctype.h>
5#include <malloc.h> 5#include <malloc.h>
6#ifndef _WIN32 6#ifndef _WIN32
7 #include <arpa/inet.h> 7#include <arpa/inet.h>
8#else 8#else
9#include <ws2tcpip.h> 9#include <ws2tcpip.h>
10#endif 10#endif