include: add stdio.h to uv.h
Fixes a compilation problem in some platforms (notably OSX) after
6490c50.
PR-URL: https://github.com/libuv/libuv/pull/618
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremy Whitlock <jwhitlock@apache.org>
This commit is contained in:
parent
6490c508a9
commit
f41b7386de
@ -48,6 +48,7 @@ extern "C" {
|
||||
#include "uv-errno.h"
|
||||
#include "uv-version.h"
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1600
|
||||
# include "stdint-msvc2008.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user