You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/memcached/files/memcached-1.2.2-fbsd.patch

13 lines
328 B

Index: memcached-1.2.2/memcached.h
===================================================================
--- memcached-1.2.2.orig/memcached.h
+++ memcached-1.2.2/memcached.h
@@ -4,6 +4,7 @@
#include "config.h"
#include <sys/types.h>
#include <sys/time.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#include <event.h>