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:
ab92625
)
dtscreen: include stdlib to avoid exit redeclaration
author
Robert Tomsick
<robert@tomsick.net>
Thu, 9 Aug 2012 03:10:01 +0000
(23:10 -0400)
committer
Jon Trulson
<jon@radscan.com>
Thu, 9 Aug 2012 17:33:25 +0000
(11:33 -0600)
Signed-off-by: Robert Tomsick <robert@tomsick.net>
cde/programs/dtscreen/dtscreen.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtscreen/dtscreen.c
b/cde/programs/dtscreen/dtscreen.c
index 5f8c4a1996e56d51460e8c2ad281657f422d22d1..6c2278650d6543786815e9fa8a0736d09c597859 100644
(file)
--- a/
cde/programs/dtscreen/dtscreen.c
+++ b/
cde/programs/dtscreen/dtscreen.c
@@
-109,6
+109,7
@@
nl_catd scmc_catd; /* Cat descriptor for scmc conversion */
#include <stdio.h>
+#include <stdlib.h>
#include <signal.h>
#include <string.h>