added missing crypto include to authority

This commit is contained in:
Václav Šmejkal 2025-02-01 14:00:04 +01:00
parent b9651a6749
commit 9d40603741
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -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>