gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 0b868e28d1f305ea2c321ab50b0974d391632110
parent 344f593bb2065647f24fa2f85a0e7328acb33b07
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date:   Thu, 15 Oct 2020 17:09:31 +0200

- fix identity dep

Diffstat:
Msrc/conversation/conversation.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h @@ -27,6 +27,8 @@ #ifndef CONVERSATION_H #define CONVERSATION_H +#include "gnunet_identity_service.h" + #ifdef __cplusplus extern "C" {