cygwin: we need to include uv-common.h for uv__set_sys_error()

This commit is contained in:
Frank Denis 2012-03-06 14:10:10 -08:00 committed by Ben Noordhuis
parent 5505f2e906
commit 4f1782a54b

View File

@ -19,6 +19,7 @@
*/
#include "uv.h"
#include "../uv-common.h"
#include <assert.h>
#include <stdint.h>