Explorar o código

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

Ovidiu Sas %!s(int64=14) %!d(string=hai) anos
pai
achega
24ea58f16d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"