From 6138c5a5e4a83bb006807d8aa0d260ca5b6191ee Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 22 Sep 2017 18:08:54 +1000 Subject: [PATCH] #include as it includes both and if they both exist --- lib/isc/safe.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/isc/safe.c b/lib/isc/safe.c index f00479e2f4..aaf9cc93fe 100644 --- a/lib/isc/safe.c +++ b/lib/isc/safe.c @@ -11,14 +11,11 @@ #include #include +#include #include #ifdef WIN32 #include -#elif HAVE_EXPLICIT_BZERO -#include -#else -#include #endif #ifdef _MSC_VER