From: David Cantrell Date: Fri, 17 Aug 2012 19:41:00 +0000 (-0400) Subject: Include stdlib.h in cde/config/imake/ccimake.c X-Git-Tag: 2.2.0b~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=929a5f7327e4402d1232093cd6de67f8e8f610e7;p=oweals%2Fcde.git Include stdlib.h in cde/config/imake/ccimake.c stdlib.h defines exit(3) on Linux systems. --- diff --git a/cde/config/imake/ccimake.c b/cde/config/imake/ccimake.c index 57ccf6a8..db76b589 100644 --- a/cde/config/imake/ccimake.c +++ b/cde/config/imake/ccimake.c @@ -56,6 +56,8 @@ in this Software without prior written authorization from The Open Group . #define imake_ccflags "-O" #endif +#include + main() { write(1, imake_ccflags, sizeof(imake_ccflags) - 1);