Add stdio header for linux builds
Currently cmake builds on linux fail without those headers. This commit fixes that.
This commit is contained in:
parent
850e355049
commit
cc6e7a13d2
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/resource.h>
|
||||
#include <uv.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Platform.h"
|
||||
#include "version.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue