1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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