Explorar o código

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

Ovidiu Sas %!s(int64=14) %!d(string=hai) anos
pai
achega
1d00cabed9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      switch.h

+ 1 - 0
switch.h

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