From c12927e2085277d640236f16dd7b59a229e62274 Mon Sep 17 00:00:00 2001 From: Robert Tomsick Date: Wed, 8 Aug 2012 22:42:17 -0400 Subject: [PATCH] dthelpview: Util.c include stdlib to avoid redeclaring exit() Signed-off-by: Robert Tomsick --- cde/programs/dthelp/dthelpview/Util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cde/programs/dthelp/dthelpview/Util.c b/cde/programs/dthelp/dthelpview/Util.c index 9a89f94c..d7e28135 100644 --- a/cde/programs/dthelp/dthelpview/Util.c +++ b/cde/programs/dthelp/dthelpview/Util.c @@ -43,6 +43,7 @@ /* System Include Files */ #include +#include #include #include -- 2.25.1