mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 00:34:33 +02:00
Missing unistd.h for regress/mkdtemp.c
This commit is contained in:
parent
c8313e4923
commit
829fc28a9c
@ -22,6 +22,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user