Browse Source

core: include stddef.h to let sip-router compile on old distros

Ovidiu Sas 14 years ago
parent
commit
1d00cabed9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      switch.h

+ 1 - 0
switch.h

@@ -27,6 +27,7 @@
 #ifndef __switch_h
 #ifndef __switch_h
 #define __switch_h
 #define __switch_h
 
 
+#include <stddef.h>
 #include <regex.h>
 #include <regex.h>
 
 
 #include "route_struct.h"
 #include "route_struct.h"