mirror of git://anongit.mindrot.org/openssh.git
Include stdio.h for FILE in misc.h.
Fixes build on at least OpenBSD.
This commit is contained in:
parent
3e9811e57b
commit
0f2e21c9dc
|
@ -26,6 +26,7 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue