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