dtcalc: warning prevention, add <stdlib.h> include for prototype of free()

This commit is contained in:
Peter Howkins
2012-08-09 12:08:46 +01:00
parent 697c1522fb
commit d2e1f3158b

View File

@@ -33,6 +33,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "ds_common.h"
#define FREE (void) free