openbsd-ports/databases/redis/patches/patch-src_redis_c
dcoppa 9c62c4e369 Update to redis-2.2.12.
Clean makefiles from colors, optimizations, and other amenities.

ok rpointel@
2011-07-28 08:57:32 +00:00

12 lines
326 B
Plaintext

$OpenBSD: patch-src_redis_c,v 1.2 2011/07/28 08:57:32 dcoppa Exp $
--- src/redis.c.orig Fri Jul 22 12:22:26 2011
+++ src/redis.c Wed Jul 27 08:49:12 2011
@@ -42,6 +42,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>