aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-31 11:36:59 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-31 11:36:59 +0000
commitc9384bdc28c5642fb32721d9cef8657ebf644e3a (patch)
tree0ecec666b42f57fc2ac22dc9831113a2b3c9f5f4 /src
parentf6d996bebc5de5fb9dc222c79e2e48f8aae67fed (diff)
downloadgnunet-c9384bdc28c5642fb32721d9cef8657ebf644e3a.tar.gz
gnunet-c9384bdc28c5642fb32721d9cef8657ebf644e3a.zip
missing
Diffstat (limited to 'src')
-rw-r--r--src/vpn/gnunet-helper-vpn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index 83c0af453..0307607d8 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -26,7 +26,8 @@
26#define _GNU_SOURCE 26#define _GNU_SOURCE
27#include <arpa/inet.h> 27#include <arpa/inet.h>
28#include <linux/if.h> 28#include <linux/if.h>
29 29#include <unistd.h>
30#include <stdlib.h>
30#include <fcntl.h> 31#include <fcntl.h>
31 32
32#include <sys/types.h> 33#include <sys/types.h>