openbsd-ports/databases/redis/patches/patch-src_redis_c
simon 52c7985789 update to version 2.2.2
with tweaks from dcoppa@ (maintainer)
2011-03-21 19:58:28 +00:00

12 lines
325 B
Plaintext

$OpenBSD: patch-src_redis_c,v 1.1 2011/03/21 19:58:28 simon Exp $
--- src/redis.c.orig Thu Mar 10 20:32:37 2011
+++ src/redis.c Thu Mar 10 20:32:47 2011
@@ -41,6 +41,7 @@
#include <assert.h>
#include <ctype.h>
#include <stdarg.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/stat.h>
#include <fcntl.h>