浏览代码

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

Ovidiu Sas 14 年之前
父节点
当前提交
1d00cabed9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"