]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include stdio.h for vsnprintf.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 16 Jun 2019 02:55:27 +0000 (12:55 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 16 Jun 2019 02:55:27 +0000 (12:55 +1000)
Patch from mforney at mforney.org.

openbsd-compat/setproctitle.c

index dbd1a95a061ac0d46f1b74921e101f23c06dbe4d..e4064323a63060d34633630467e4cc28d15f9080 100644 (file)
@@ -36,6 +36,7 @@
 #ifndef HAVE_SETPROCTITLE
 
 #include <stdarg.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #ifdef HAVE_SYS_PSTAT_H