epoll.c: add missing malloc.h include

This commit is contained in:
Bert Belder 2017-09-01 19:11:56 +02:00
parent 051b79868d
commit 2ac38c9f3a

View File

@ -3,6 +3,7 @@
#include <Windows.h>
#include <assert.h>
#include <malloc.h>
#include <stdint.h>
#include <stdio.h>