| 1234567891011121314151617181920212223 |
- Index: libmemcached-0.16/include/memcached.h
- --- libmemcached-0.16/include/memcached.h.orig 2007-10-17 17:39:17 +0200
- +++ libmemcached-0.16/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>
-
|