Fixed mingw build

This commit is contained in:
BenDroid 2017-11-23 20:24:04 +01:00
parent 2a8ea52492
commit d4d5b63990
5 changed files with 5 additions and 3 deletions

View file

@ -22,8 +22,8 @@
*/
#include <sched.h>
#include <stdlib.h>
#include <string.h>
#include <cstring>
#include <string>
#include <sys/resource.h>
#include <uv.h>