mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
change comment to ifdef
This commit is contained in:
parent
547baf4e29
commit
03ae1035d1
4
misc.c
4
misc.c
@ -22,7 +22,9 @@
|
|||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
//#include <sys/mman.h>
|
#ifndef WINDOWS
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#endif /* WINDOWS */
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user