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

12 lines
360 B
Plaintext

$OpenBSD: patch-src_redis-check-dump_c,v 1.1 2011/03/21 19:58:28 simon Exp $
--- src/redis-check-dump.c.orig Thu Mar 10 20:31:57 2011
+++ src/redis-check-dump.c Thu Mar 10 20:32:09 2011
@@ -5,6 +5,7 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include <string.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdint.h>
#include <limits.h>