Module: sip-router
Branch: master
Commit: 1d00cabed98e908a66c6979bda4306ccfa1a8356
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d00cab…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Fri Jun 3 13:02:00 2011 -0400
core: include stddef.h to let sip-router compile on old distros
---
switch.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/switch.h b/switch.h
index a598a07..bebe17a 100644
--- a/switch.h
+++ b/switch.h
@@ -27,6 +27,7 @@
#ifndef __switch_h
#define __switch_h
+#include <stddef.h>
#include <regex.h>
#include "route_struct.h"