From 1afd5017cede98e5fba191c6c5726d301c98d5ef Mon Sep 17 00:00:00 2001
From: zooko <zooko@zooko.com>
Date: Tue, 16 Jun 2009 03:48:28 +0530
Subject: [PATCH] #include <stddef.h> -- it is required for size_t (on some
 platforms)

Ignore-this: 81865f845b989d65bfe64c44b3b05455

darcs-hash:47e32308c6f27de8a900808d0e7aeb52a88f84d0
---
 zfec/zfec/_fecmodule.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zfec/zfec/_fecmodule.c b/zfec/zfec/_fecmodule.c
index bab1a49..34a2941 100644
--- a/zfec/zfec/_fecmodule.c
+++ b/zfec/zfec/_fecmodule.c
@@ -4,6 +4,7 @@
 
 #include <Python.h>
 #include <structmember.h>
+#include <stddef.h>
 
 #if (PY_VERSION_HEX < 0x02050000)
 typedef int Py_ssize_t;
-- 
2.45.2