]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include stdlib.h.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 7 Sep 2018 04:01:39 +0000 (14:01 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 7 Sep 2018 04:01:39 +0000 (14:01 +1000)
Patch from jjelen at redhat via bz#2687.

openbsd-compat/port-linux.c

index 8c5325cc3ed570f1242a1efe88fb49cb0feba7ac..622988822adfa600ae2a2b4e1888b25d45ea1a76 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdarg.h>
 #include <string.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "log.h"
 #include "xmalloc.h"