unix: fix include in cygwin.c

This commit is contained in:
Ben Noordhuis 2013-01-06 20:19:52 +01:00
parent a2bedc0a7e
commit e62dd3caa0

View File

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