diff options
author | LRN <lrn1986@gmail.com> | 2013-10-08 09:30:18 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2013-10-08 09:30:18 +0000 |
commit | e44fe0ebd67f916046eb21f33ba10fb02b5d7b73 (patch) | |
tree | 7c0d5858fd522c50ea918b984d9b2e06bf46c97e /src/vpn/gnunet-helper-vpn-windows.c | |
parent | e90117e2fb7fb84976e1961ee11a0619d1d28f2b (diff) |
Add missing include
Diffstat (limited to 'src/vpn/gnunet-helper-vpn-windows.c')
-rw-r--r-- | src/vpn/gnunet-helper-vpn-windows.c | 4 |
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 3f4920a6f1..0b18ae6546 100644 --- a/src/vpn/gnunet-helper-vpn-windows.c +++ b/src/vpn/gnunet-helper-vpn-windows.c @@ -45,6 +45,10 @@ #include "platform.h" #include "tap-windows.h" /** + * Need 'struct GNUNET_HashCode' and 'struct GNUNET_PeerIdentity'. + */ +#include "gnunet_crypto_lib.h" +/** * Need 'struct GNUNET_MessageHeader'. */ #include "gnunet_common.h" |