memcached.patch 640 B

1234567891011121314151617181920212223
  1. Index: libmemcached-0.16/include/memcached.h
  2. --- libmemcached-0.16/include/memcached.h.orig 2007-10-17 17:39:17 +0200
  3. +++ libmemcached-0.16/include/memcached.h 2007-10-28 09:22:00 +0100
  4. @@ -10,6 +10,7 @@
  5. #ifndef __MEMCACHED_H__
  6. #define __MEMCACHED_H__
  7. +#include <sys/types.h>
  8. #include <stdlib.h>
  9. #include <stdint.h>
  10. Index: memcached-1.2.4/memcached.h
  11. --- memcached-1.2.4/memcached.h.orig 2007-06-20 03:21:51 +0200
  12. +++ memcached-1.2.4/memcached.h 2007-10-28 09:17:17 +0100
  13. @@ -5,6 +5,7 @@
  14. #include <sys/types.h>
  15. #include <sys/socket.h>
  16. #include <sys/time.h>
  17. +#include <sys/socket.h>
  18. #include <netinet/in.h>
  19. #include <event.h>