dtcalc: warning prevention, add <stdlib.h> include for prototype of free()
authorPeter Howkins <peter@debian.uk.nds.com>
Thu, 9 Aug 2012 11:08:46 +0000 (12:08 +0100)
committerPeter Howkins <peter@debian.uk.nds.com>
Thu, 9 Aug 2012 11:08:46 +0000 (12:08 +0100)
cde/programs/dtcalc/ds_common.c

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