Module: sip-router
Branch: master
Commit: 24ea58f16d205bf1d1e1cb8aef8896465d0f608d
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24ea58f…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Fri Jun 3 13:31:35 2011 -0400
modules_k/dispatcher: include stddef.h to let sip-router compile on old distros
---
modules_k/dispatcher/ds_ht.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules_k/dispatcher/ds_ht.c b/modules_k/dispatcher/ds_ht.c
index 0ed85c8..1c341dc 100644
--- a/modules_k/dispatcher/ds_ht.c
+++ b/modules_k/dispatcher/ds_ht.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <stddef.h>
#include <regex.h>
#include "../../mem/shm_mem.h"