aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 17:09:31 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 17:09:31 +0200
commit0b868e28d1f305ea2c321ab50b0974d391632110 (patch)
tree4ccf80f9ce8dc9af1c4d2399f4650f51dbea81c7 /src
parent344f593bb2065647f24fa2f85a0e7328acb33b07 (diff)
downloadgnunet-0b868e28d1f305ea2c321ab50b0974d391632110.tar.gz
gnunet-0b868e28d1f305ea2c321ab50b0974d391632110.zip
- fix identity dep
Diffstat (limited to 'src')
-rw-r--r--src/conversation/conversation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index 5e6f82fff..9eedbeb91 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -27,6 +27,8 @@
27#ifndef CONVERSATION_H 27#ifndef CONVERSATION_H
28#define CONVERSATION_H 28#define CONVERSATION_H
29 29
30#include "gnunet_identity_service.h"
31
30#ifdef __cplusplus 32#ifdef __cplusplus
31extern "C" 33extern "C"
32{ 34{