]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
need stdlib.h for free(3)
authorDamien Miller <djm@mindrot.org>
Fri, 1 Oct 2021 03:27:50 +0000 (13:27 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 1 Oct 2021 06:36:24 +0000 (16:36 +1000)
gss-genr.c

index 6852805171a87f0237f7df4f7ef8d6f9cf5484ff..2cd695e543c433cc02496f7f84360b36d7eac97a 100644 (file)
@@ -34,6 +34,7 @@
 #include <stdarg.h>
 #include <string.h>
 #include <signal.h>
+#include <stdlib.h>
 #include <unistd.h>
 
 #include "xmalloc.h"