From be6162ff2eba0f4b11c22215398bb8c43e9c516d Mon Sep 17 00:00:00 2001 From: valenok Date: Mon, 2 May 2011 09:09:58 +0100 Subject: [PATCH] Added , since size_t is used in the API --- mongoose.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mongoose.h b/mongoose.h index 1b86bd57..213bd8b4 100644 --- a/mongoose.h +++ b/mongoose.h @@ -21,6 +21,8 @@ #ifndef MONGOOSE_HEADER_INCLUDED #define MONGOOSE_HEADER_INCLUDED +#include + #ifdef __cplusplus extern "C" { #endif // __cplusplus