From: Brian Aker Date: Thu, 24 Dec 2009 18:47:13 +0000 (-0800) Subject: Fix for test.h X-Git-Tag: 0.37~39 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=b101e640d4f8e0f3ee7a2b3b75c6c2578433e66d;p=m6w6%2Flibmemcached Fix for test.h --- diff --git a/tests/test.h b/tests/test.h index 9f0f47e3..5d6bb4b7 100644 --- a/tests/test.h +++ b/tests/test.h @@ -14,8 +14,10 @@ extern "C" { #endif -#include #include +#include +#include +#include typedef struct world_st world_st; typedef struct collection_st collection_st;