From 568621fbcff4de5ee0b9de749f1ee4ca9541cfbb Mon Sep 17 00:00:00 2001 From: wangbowen6 Date: Thu, 12 May 2022 19:45:31 +0800 Subject: [PATCH] crypto: fix compile error. In file included from drivers_initialize.c:25:0: /home/wangbowen/project/community/wbw_nuttx/nuttx/include/nuttx/crypto/crypto.h:74:20: error: expected ')' before 'void' Signed-off-by: wangbowen6 --- include/nuttx/crypto/crypto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/nuttx/crypto/crypto.h b/include/nuttx/crypto/crypto.h index 46d798ab8ba..e13a91c6239 100644 --- a/include/nuttx/crypto/crypto.h +++ b/include/nuttx/crypto/crypto.h @@ -27,6 +27,8 @@ #include +#include + /**************************************************************************** * Pre-processor Definitions ****************************************************************************/