Skip to content

Commit 176801a

Browse files
committed
Include new header in the template file also
1 parent eeb2b09 commit 176801a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linuxkm/module_exports.c.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
#if defined(WC_NO_RNG)
6363
#include <wolfssl/wolfcrypt/integer.h>
6464
#else
65+
#ifdef HAVE_ENTROPY_MEMUSE
66+
#include <wolfssl/wolfcrypt/wolfentropy.h>
67+
#endif
6568
#include <wolfssl/wolfcrypt/random.h>
6669
#endif
6770
#include <wolfssl/wolfcrypt/coding.h>

0 commit comments

Comments
 (0)