Skip to content

Commit

Permalink
cnxcc: incude stdlib.h to get rid of compile warnings for malloc/free
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 30, 2016
1 parent 9aeaf65 commit 8a8ed04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cnxcc/cnxcc_check.c
Expand Up @@ -23,6 +23,7 @@
*/

#include <stdio.h>
#include <stdlib.h>

#include "cnxcc_mod.h"
#include "cnxcc.h"
Expand Down

0 comments on commit 8a8ed04

Please sign in to comment.