From 5e64c850bd4fdfe062c557251fca245165d5493a Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Mon, 12 Oct 2015 15:02:59 +0300 Subject: [PATCH] Added stddef.h to strophe.h to define size_t --- strophe.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strophe.h b/strophe.h index 05a378d..6ec5040 100644 --- a/strophe.h +++ b/strophe.h @@ -16,6 +16,8 @@ #ifndef __LIBSTROPHE_STROPHE_H__ #define __LIBSTROPHE_STROPHE_H__ +#include /* size_t */ + #ifdef __cplusplus extern "C" { #endif