projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
697c152
)
dtcalc: warning prevention, add <stdlib.h> include for prototype of free()
author
Peter Howkins
<peter@debian.uk.nds.com>
Thu, 9 Aug 2012 11:08:46 +0000
(12:08 +0100)
committer
Peter Howkins
<peter@debian.uk.nds.com>
Thu, 9 Aug 2012 11:08:46 +0000
(12:08 +0100)
cde/programs/dtcalc/ds_common.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtcalc/ds_common.c
b/cde/programs/dtcalc/ds_common.c
index 7a51d65f26ac911f126fcef809dba4bea34dc386..9b1ec6844e4009d3bee6b0ffcdf3dc243374fd99 100644
(file)
--- a/
cde/programs/dtcalc/ds_common.c
+++ b/
cde/programs/dtcalc/ds_common.c
@@
-33,6
+33,7
@@
*/
#include <stdio.h>
+#include <stdlib.h>
#include "ds_common.h"
#define FREE (void) free