dtcalc: warning prevention, add <stdlib.h> include for prototype of free()
This commit is contained in:
parent
697c1522fb
commit
d2e1f3158b
|
|
@ -33,6 +33,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "ds_common.h"
|
||||
|
||||
#define FREE (void) free
|
||||
|
|
|
|||
Loading…
Reference in New Issue