test: fix warning: implicit declaration of function ‘memcmp’

This commit is contained in:
Ben Noordhuis 2011-10-26 17:11:57 +02:00
parent 3e4af533ae
commit 339a1ad252

View File

@ -22,6 +22,9 @@
#include "uv.h"
#include "task.h"
#include <stdlib.h>
#include <string.h>
static char exepath[1024];
static size_t exepath_size = 1024;