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:
parent
697c1522fb
commit
d2e1f3158b
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "ds_common.h"
|
||||
|
||||
#define FREE (void) free
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue