Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
test: fix warning: implicit declaration of function ‘memcmp’
  • Loading branch information
bnoordhuis committed Oct 26, 2011
1 parent 3e4af53 commit 339a1ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test-stdio-over-pipes.c
Expand Up @@ -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;
Expand Down

0 comments on commit 339a1ad

Please sign in to comment.