mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-15 06:48:34 +02:00
8 lines
187 B
C
8 lines
187 B
C
#pragma once
|
|
|
|
#include "sys\types.h"
|
|
#include "sys\socket.h"
|
|
|
|
/* created to #def out decarations in open-bsd.h (that are defined in winsock2.h) */
|
|
|
|
int poll(struct pollfd *, nfds_t, int); |