소스 검색

modules_k/dispatcher: include stddef.h to let sip-router compile on old distros

Ovidiu Sas 14 년 전
부모
커밋
24ea58f16d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules_k/dispatcher/ds_ht.c

+ 1 - 0
modules_k/dispatcher/ds_ht.c

@@ -20,6 +20,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include <stddef.h>
 #include <regex.h>
 
 #include "../../mem/shm_mem.h"