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.
22 lines
640 B
22 lines
640 B
Index: libmemcached-0.12/include/memcached.h |
|
--- libmemcached-0.12/include/memcached.h.orig 2007-10-17 17:39:17 +0200 |
|
+++ libmemcached-0.12/include/memcached.h 2007-10-28 09:22:00 +0100 |
|
@@ -10,6 +10,7 @@ |
|
#ifndef __MEMCACHED_H__ |
|
#define __MEMCACHED_H__ |
|
|
|
+#include <sys/types.h> |
|
#include <stdlib.h> |
|
#include <stdint.h> |
|
|
|
Index: memcached-1.2.4/memcached.h |
|
--- memcached-1.2.4/memcached.h.orig 2007-06-20 03:21:51 +0200 |
|
+++ memcached-1.2.4/memcached.h 2007-10-28 09:17:17 +0100 |
|
@@ -5,6 +5,7 @@ |
|
#include <sys/types.h> |
|
#include <sys/socket.h> |
|
#include <sys/time.h> |
|
+#include <sys/socket.h> |
|
#include <netinet/in.h> |
|
#include <event.h> |
|
|
|
|