From 7f66df5a6e027cc19764db1a479c22e39b72f62b Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 22 May 2026 16:01:10 +0200 Subject: [PATCH] warnings cleanup --- nwcrypt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nwcrypt.c b/nwcrypt.c index da276d0..8c1bcee 100644 --- a/nwcrypt.c +++ b/nwcrypt.c @@ -87,6 +87,8 @@ GPL. If anybody who knows more about copyright and sees any problems with this, please tell me. ****************************************************************************/ +#include + /******************* Data types ***************************/ typedef unsigned char buf32[32]; typedef unsigned char buf16[16];