From 13c3244220a2fea4d1d8d262288a1b19da4937d3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 4 Feb 2019 14:07:20 -0700 Subject: [PATCH] include stddef.h to make sure we get NULL --- lib/util/memset_s.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/memset_s.c b/lib/util/memset_s.c index 2fea12db2..3a3a80516 100644 --- a/lib/util/memset_s.c +++ b/lib/util/memset_s.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #if defined(HAVE_STDINT_H) -- 2.50.1