From 84f7d812d3ae4fd61ff7ecf25aefedd623df19f8 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Thu, 20 Jan 2022 14:41:33 -0600 Subject: [PATCH] linuxkm/module_exports.c.template: include siphash.h. --- linuxkm/module_exports.c.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linuxkm/module_exports.c.template b/linuxkm/module_exports.c.template index d2a63669c..faea2d509 100644 --- a/linuxkm/module_exports.c.template +++ b/linuxkm/module_exports.c.template @@ -58,6 +58,9 @@ #include #include #include +#ifdef WOLFSSL_SIPHASH +#include +#endif #include #if defined(WC_NO_RNG) #include