mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-05 05:04:47 +02:00
7 lines
162 B
C
7 lines
162 B
C
#pragma once
|
|
|
|
#include "w32posix.h"
|
|
|
|
/* created to #def out decarations in open-bsd.h (that are defined in winsock2.h) */
|
|
|
|
int poll(struct pollfd *, nfds_t, int); |