summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-04-19 07:58:45 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-04-19 13:50:52 +0100
commitd64a815e8d03bca597ff33f103a57fe7a06f2b82 (patch)
treef8719a50ce49b47062a0bd1905c57936b21263d0
parenta54309147dc4085a312d18d0c5421fbe14d85764 (diff)
Missed freezero.
-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);