aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn-windows.c
diff options
context:
space:
mode:
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"