1
1

auth: Add missing include for explicit_bzero()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Этот коммит содержится в:
Andreas Schneider 2019-10-30 14:20:58 +01:00
родитель a4b95268ee
Коммит 4a113159b2

Просмотреть файл

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