Skip to content

Commit

Permalink
Merge pull request #3 from kpy3/master
Browse files Browse the repository at this point in the history
Missed string.h in src/unix-echo-client.c
  • Loading branch information
AJ ONeal committed Aug 2, 2011
2 parents 120c792 + 9bdbeb7 commit 756021d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix-echo-client.c
Expand Up @@ -4,6 +4,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <errno.h>
#include <string.h>
#include <sys/fcntl.h> // fcntl
#include <unistd.h> // close

Expand Down

0 comments on commit 756021d

Please sign in to comment.