From: Ferry Huberts <[email protected]>
Signed-off-by: Ferry Huberts <[email protected]>
---
hessian/source/private/test/test_service_skeleton.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hessian/source/private/test/test_service_skeleton.c
b/hessian/source/private/test/test_service_skeleton.c
index 4b6fc2e..f1d7219 100644
--- a/hessian/source/private/test/test_service_skeleton.c
+++ b/hessian/source/private/test/test_service_skeleton.c
@@ -7,6 +7,8 @@
#include "hessian_2.0_in.h"
+#include <stddef.h>
+
void testServiceSkeleton_sayHello(hessian_in_t in);
void testServiceSkeleton_handleData(hessian_in_t in) {
--
1.7.10.4