From 339a1ad252a0f2615e578e2971e0ba4b798b9eea Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 26 Oct 2011 17:11:57 +0200 Subject: [PATCH] =?UTF-8?q?test:=20fix=20warning:=20implicit=20declaration?= =?UTF-8?q?=20of=20function=20=E2=80=98memcmp=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test-stdio-over-pipes.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test-stdio-over-pipes.c b/test/test-stdio-over-pipes.c index fd96fc2d..7c0a692b 100644 --- a/test/test-stdio-over-pipes.c +++ b/test/test-stdio-over-pipes.c @@ -22,6 +22,9 @@ #include "uv.h" #include "task.h" +#include +#include + static char exepath[1024]; static size_t exepath_size = 1024;