Module: sip-router Branch: master Commit: 510b4cb8830b3cf760a84f72ad810fb202522abd URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=510b4cb8...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Fri Jun 3 13:43:32 2011 -0400
modules_k/htable: include stddef.h to let sip-router compile on old distros
---
modules_k/htable/ht_api.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules_k/htable/ht_api.c b/modules_k/htable/ht_api.c index 5c5298b..59bb77a 100644 --- a/modules_k/htable/ht_api.c +++ b/modules_k/htable/ht_api.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"