aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn-windows.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-10-08 09:30:18 +0000
committerLRN <lrn1986@gmail.com>2013-10-08 09:30:18 +0000
commite44fe0ebd67f916046eb21f33ba10fb02b5d7b73 (patch)
tree7c0d5858fd522c50ea918b984d9b2e06bf46c97e /src/vpn/gnunet-helper-vpn-windows.c
parente90117e2fb7fb84976e1961ee11a0619d1d28f2b (diff)
downloadgnunet-e44fe0ebd67f916046eb21f33ba10fb02b5d7b73.tar.gz
gnunet-e44fe0ebd67f916046eb21f33ba10fb02b5d7b73.zip
Add missing include
Diffstat (limited to 'src/vpn/gnunet-helper-vpn-windows.c')
-rw-r--r--src/vpn/gnunet-helper-vpn-windows.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vpn/gnunet-helper-vpn-windows.c b/src/vpn/gnunet-helper-vpn-windows.c
index 3f4920a6f..0b18ae654 100644
--- a/src/vpn/gnunet-helper-vpn-windows.c
+++ b/src/vpn/gnunet-helper-vpn-windows.c
@@ -45,6 +45,10 @@
45#include "platform.h" 45#include "platform.h"
46#include "tap-windows.h" 46#include "tap-windows.h"
47/** 47/**
48 * Need 'struct GNUNET_HashCode' and 'struct GNUNET_PeerIdentity'.
49 */
50#include "gnunet_crypto_lib.h"
51/**
48 * Need 'struct GNUNET_MessageHeader'. 52 * Need 'struct GNUNET_MessageHeader'.
49 */ 53 */
50#include "gnunet_common.h" 54#include "gnunet_common.h"