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:
95fd67d
)
Fix for test.h
author
Brian Aker
<brian@gaz>
Thu, 24 Dec 2009 18:47:13 +0000
(10:47 -0800)
committer
Brian Aker
<brian@gaz>
Thu, 24 Dec 2009 18:47:13 +0000
(10:47 -0800)
tests/test.h
patch
|
blob
|
history
diff --git
a/tests/test.h
b/tests/test.h
index 9f0f47e355968931ac384b520ae365e7c66f2277..5d6bb4b72b70c8e775b0aa6a384fda28502d908a 100644
(file)
--- a/
tests/test.h
+++ b/
tests/test.h
@@
-14,8
+14,10
@@
extern "C" {
#endif
-#include <libmemcached/memcached.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <stdbool.h>
+#include <stdint.h>
typedef struct world_st world_st;
typedef struct collection_st collection_st;