[openssh-commits] [openssh] 01/04: need stdlib.h for free(3)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Oct 1 16:36:28 AEST 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit c978565c8589acfe4ea37ab5099d39c84158c713
Author: Damien Miller <djm at mindrot.org>
Date: Fri Oct 1 13:27:50 2021 +1000
need stdlib.h for free(3)
---
gss-genr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/gss-genr.c b/gss-genr.c
index 68528051..2cd695e5 100644
--- a/gss-genr.c
+++ b/gss-genr.c
@@ -34,6 +34,7 @@
#include <stdarg.h>
#include <string.h>
#include <signal.h>
+#include <stdlib.h>
#include <unistd.h>
#include "xmalloc.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list