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

Commit

Permalink
unix: fix warning: implicit declaration of function ‘memcpy’
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 4, 2011
1 parent 6422a14 commit b680703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/stream.c
Expand Up @@ -26,6 +26,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <sys/uio.h>


Expand Down

0 comments on commit b680703

Please sign in to comment.