From 37529f16a8b760dc196ecb6bc3ae7f672d80af29 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 30 Oct 2019 14:20:58 +0100 Subject: [PATCH] auth: Add missing include for explicit_bzero() Signed-off-by: Andreas Schneider Reviewed-by: Jakub Jelen (cherry picked from commit 4a113159b2f3f22f5e73d982c638c3288b24e821) --- src/auth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auth.c b/src/auth.c index 5eabeb82..edc8ef0b 100644 --- a/src/auth.c +++ b/src/auth.c @@ -25,6 +25,7 @@ #include "config.h" #include +#include #ifndef _WIN32 #include