aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-helper-exit-windows.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exit/gnunet-helper-exit-windows.c b/src/exit/gnunet-helper-exit-windows.c
index bb6b6a8e4..1957ce9bb 100644
--- a/src/exit/gnunet-helper-exit-windows.c
+++ b/src/exit/gnunet-helper-exit-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"