mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-19 05:09:53 +01: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); |