From d64a815e8d03bca597ff33f103a57fe7a06f2b82 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 19 Apr 2017 07:58:45 +0100 Subject: Missed freezero. --- compat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compat.h b/compat.h index e85536cb..2b666b1f 100644 --- a/compat.h +++ b/compat.h @@ -315,6 +315,11 @@ int unsetenv(const char *); void cfmakeraw(struct termios *); #endif +#ifndef HAVE_FREEZERO +/* freezero.c */ +void freezero(void *, size_t); +#endif + #ifndef HAVE_REALLOCARRAY /* reallocarray.c */ void *reallocarray(void *, size_t, size_t); -- cgit v1.2.3