From 914a6fa241ba5a1ebe2599f4d3d8086bfc063801 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 1 Oct 2011 22:43:47 +0000 Subject: [PATCH] sunos: pull in uv__set_sys_error prototype --- src/unix/sunos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix/sunos.c b/src/unix/sunos.c index d80631ea..c56b7dc5 100644 --- a/src/unix/sunos.c +++ b/src/unix/sunos.c @@ -19,6 +19,7 @@ */ #include "uv.h" +#include "internal.h" #include #include