summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compat.h5
1 files changed, 5 insertions, 0 deletions
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);