From fb8f4d19af7595f94564135b3c99571f404f5e0a Mon Sep 17 00:00:00 2001 From: "Andrew L. Moore" Date: Tue, 2 Jul 2024 07:28:19 +0000 Subject: [PATCH] Fix compile error. --- src/cbc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cbc.c b/src/cbc.c index e75488f..655c80f 100644 --- a/src/cbc.c +++ b/src/cbc.c @@ -5,13 +5,12 @@ * * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-or-later OR MIT */ +#include "ed.h" #include #include #include -#include "ed.h" - #ifdef WANT_ED_ENCRYPTION # include