ports/misc/memcached/patches/patch-memcached_h

15 lines
325 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: memcached.h
--- memcached.h.orig
+++ memcached.h
@@ -13,7 +13,9 @@
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
-#include <event.h>
+#include <event2/event.h>
+#include <event2/event_struct.h>
+#include <event2/event_compat.h>
#include <netdb.h>
#include <pthread.h>
#include <unistd.h>