[sr-dev] git:master: core: include stddef.h to let sip-router compile on old distros

Ovidiu Sas osas at voipembedded.com
Fri Jun 3 18:40:02 CEST 2011


Module: sip-router
Branch: master
Commit: 1d00cabed98e908a66c6979bda4306ccfa1a8356
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d00cabed98e908a66c6979bda4306ccfa1a8356

Author: Ovidiu Sas <osas at voipembedded.com>
Committer: Ovidiu Sas <osas at 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"




More information about the sr-dev mailing list