dtscreen: include stdlib to avoid exit redeclaration
authorRobert Tomsick <robert@tomsick.net>
Thu, 9 Aug 2012 03:10:01 +0000 (23:10 -0400)
committerJon 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

index 5f8c4a1996e56d51460e8c2ad281657f422d22d1..6c2278650d6543786815e9fa8a0736d09c597859 100644 (file)
 nl_catd  scmc_catd;   /* Cat descriptor for scmc conversion */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <signal.h>
 #include <string.h>