Module: sip-router Branch: master Commit: 1d00cabed98e908a66c6979bda4306ccfa1a8356 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d00cabe...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@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"