auth: Add missing include for explicit_bzero()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
(cherry picked from commit 4a113159b2)
This commit is contained in:
Andreas Schneider
2019-10-30 14:20:58 +01:00
parent e89106b9f7
commit 37529f16a8

View File

@@ -25,6 +25,7 @@
#include "config.h"
#include <stdio.h>
#include <string.h>
#ifndef _WIN32
#include <netinet/in.h>