projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4086180
)
Fix for OSX
author
Brian Aker
<brian@tangent.org>
Wed, 17 Oct 2007 23:05:24 +0000
(16:05 -0700)
committer
Brian Aker
<brian@tangent.org>
Wed, 17 Oct 2007 23:05:24 +0000
(16:05 -0700)
include/memcached.h
patch
|
blob
|
history
diff --git
a/include/memcached.h
b/include/memcached.h
index a705550ed9edd73d821eff47c3b2f03b1b06e8b6..023ba425e9ce239ec517a1294a88de5ce5ec1934 100644
(file)
--- a/
include/memcached.h
+++ b/
include/memcached.h
@@
-12,6
+12,7
@@
#include <stdlib.h>
#include <stdint.h>
+#include <sys/types.h>
#ifdef __cplusplus
extern "C" {