Merge pull request #606 from badboy/patch-1

Include sys/wait.h to avoid compiler warning
This commit is contained in:
Salvatore Sanfilippo 2012-07-28 02:51:56 -07:00
commit f3a6143199

View File

@ -36,6 +36,7 @@
#include <ctype.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/wait.h>
extern char **environ;