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

This commit is contained in:
antirez 2012-09-17 12:45:57 +02:00
parent b5b2aceaf6
commit d310fbedab

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