epoll.c: include windows headers

This commit is contained in:
Bert Belder 2017-09-01 19:14:16 +02:00
parent 7fbee56a3f
commit 051b79868d

View File

@ -1,3 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#include <WinSock2.h>
#include <Windows.h>
#include <assert.h>
#include <stdint.h>
#include <stdio.h>