Module: kamailio Branch: master Commit: 8a8ed04d2bbd0547a08eeec328268cd171cc9419 URL: https://github.com/kamailio/kamailio/commit/8a8ed04d2bbd0547a08eeec328268cd1...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-03-30T15:03:47+02:00
cnxcc: incude stdlib.h to get rid of compile warnings for malloc/free
---
Modified: modules/cnxcc/cnxcc_check.c
---
Diff: https://github.com/kamailio/kamailio/commit/8a8ed04d2bbd0547a08eeec328268cd1... Patch: https://github.com/kamailio/kamailio/commit/8a8ed04d2bbd0547a08eeec328268cd1...
---
diff --git a/modules/cnxcc/cnxcc_check.c b/modules/cnxcc/cnxcc_check.c index e2ca54c..656bf83 100644 --- a/modules/cnxcc/cnxcc_check.c +++ b/modules/cnxcc/cnxcc_check.c @@ -23,6 +23,7 @@ */
#include <stdio.h> +#include <stdlib.h>
#include "cnxcc_mod.h" #include "cnxcc.h"