summaryrefslogtreecommitdiff
path: root/databases/redis-devel/files/patch-src::replication.c
blob: 3b99f53c2d6d5e8690f056b7b530ab1c74fb798a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/replication.c.orig	2012-09-19 10:46:28.000000000 +0400
+++ src/replication.c	2012-09-19 10:47:01.000000000 +0400
@@ -1,5 +1,7 @@
 #include "redis.h"
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <sys/time.h>
 #include <unistd.h>
 #include <fcntl.h>