Add stdio header for linux builds

Currently cmake builds on linux fail without those headers. This
commit fixes that.
This commit is contained in:
Emre Unlu 2017-09-29 13:44:47 +03:00
parent 850e355049
commit cc6e7a13d2
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
#include <string.h>
#include <sys/resource.h>
#include <uv.h>
#include <stdio.h>
#include "Platform.h"
#include "version.h"