aboutsummaryrefslogtreecommitdiff
path: root/src/exit
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/exit
parente90117e2fb7fb84976e1961ee11a0619d1d28f2b (diff)
downloadgnunet-e44fe0ebd67f916046eb21f33ba10fb02b5d7b73.tar.gz
gnunet-e44fe0ebd67f916046eb21f33ba10fb02b5d7b73.zip
Add missing include
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"