mirror of
https://github.com/fluencelabs/redis
synced 2025-03-16 15:40:49 +00:00
Merge pull request #606 from badboy/patch-1
Include sys/wait.h to avoid compiler warning
This commit is contained in:
commit
f3a6143199
@ -36,6 +36,7 @@
|
||||
#include <ctype.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
extern char **environ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user