Fix compilation on FreeBSD. Thanks to @koobs on twitter.

This commit is contained in:
antirez 2012-09-17 12:45:57 +02:00
parent e3b2cf4fbf
commit 9b3dea9357

View File

@ -3,6 +3,7 @@
#include <sys/time.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/stat.h>
/* ---------------------------------- MASTER -------------------------------- */