Compilation fixed on Linux after the source code split

This commit is contained in:
antirez
2010-07-01 21:13:38 +02:00
parent d3b958c3fc
commit 3688d7f308
6 changed files with 17 additions and 4 deletions

View File

@ -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. */