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:
974053a
)
dthelpview: Util.c include stdlib to avoid redeclaring exit()
author
Robert Tomsick
<robert@tomsick.net>
Thu, 9 Aug 2012 02:42:17 +0000
(22:42 -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/dthelp/dthelpview/Util.c
patch
|
blob
|
history
diff --git
a/cde/programs/dthelp/dthelpview/Util.c
b/cde/programs/dthelp/dthelpview/Util.c
index 9a89f94c9638b4e083d34abf09017a2523716285..d7e28135a85f735573b51e680e987545925c2096 100644
(file)
--- a/
cde/programs/dthelp/dthelpview/Util.c
+++ b/
cde/programs/dthelp/dthelpview/Util.c
@@
-43,6
+43,7
@@
/* System Include Files */
#include <stdio.h>
+#include <stdlib.h>
#include <signal.h>
#include <X11/Intrinsic.h>