Fix for test.h
authorBrian Aker <brian@gaz>
Thu, 24 Dec 2009 18:47:13 +0000 (10:47 -0800)
committerBrian Aker <brian@gaz>
Thu, 24 Dec 2009 18:47:13 +0000 (10:47 -0800)
tests/test.h

index 9f0f47e355968931ac384b520ae365e7c66f2277..5d6bb4b72b70c8e775b0aa6a384fda28502d908a 100644 (file)
 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;