mirror of git://anongit.mindrot.org/openssh.git
Include stdarg.h in mkdtemp for va_list.
This commit is contained in:
parent
6728f31bdf
commit
149cab325a
|
@ -19,6 +19,7 @@
|
|||
#include "includes.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue