From 9d406037418dd40746420049bb4de5b719035594 Mon Sep 17 00:00:00 2001
From: ENGO150 <v.smejkal06@gmail.com>
Date: Sat, 1 Feb 2025 14:00:04 +0100
Subject: [PATCH] added missing crypto include to authority

---
 src/chat/main/authority.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/chat/main/authority.c b/src/chat/main/authority.c
index 7d4ece6..683b047 100644
--- a/src/chat/main/authority.c
+++ b/src/chat/main/authority.c
@@ -26,6 +26,7 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #include <pthread.h>
 
 #include <why2/chat/config.h>
+#include <why2/chat/crypto.h>
 #include <why2/chat/flags.h>
 #include <why2/chat/misc.h>