From 6e1d94db867344bbe701ed6bdc26794d88453c79 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 27 Mar 2020 11:27:32 -0400 Subject: [PATCH] fix compilation on CentOS 7 fixes #958 Change-Id: I535797e4987c0350fa1efca5cf79223a1e404354 --- include/crypto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/crypto.h b/include/crypto.h index 2b632be60..2d3486c85 100644 --- a/include/crypto.h +++ b/include/crypto.h @@ -207,6 +207,7 @@ INLINE void crypto_params_sdes_queue_clear(GQueue *q) { #include "main.h" #include "log.h" +#include INLINE void crypto_debug_init(int flag) {