mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 11:41:20 +00:00
Compilation fixed on Linux after the source code split
This commit is contained in:
@ -3,6 +3,10 @@
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
/* Called when the user switches from "appendonly yes" to "appendonly no"
|
||||
* at runtime using the CONFIG command. */
|
||||
|
Reference in New Issue
Block a user