Browse Source

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

Ovidiu Sas 14 years ago
parent
commit
24ea58f16d
1 changed files with 1 additions and 0 deletions
  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
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
  */
 
 
+#include <stddef.h>
 #include <regex.h>
 #include <regex.h>
 
 
 #include "../../mem/shm_mem.h"
 #include "../../mem/shm_mem.h"