From 04f1c1422b0c95626304a326487047c0b1011b0d Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Thu, 6 May 2010 08:35:33 +0000 Subject: [PATCH] Include the stddef.h header for the size_t type. --- src/buffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/buffer.h b/src/buffer.h index dd97a87..2af4822 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -22,6 +22,8 @@ #ifndef DC_BUFFER_H #define DC_BUFFER_H +#include + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */