From 929a5f7327e4402d1232093cd6de67f8e8f610e7 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 17 Aug 2012 15:41:00 -0400 Subject: [PATCH] Include stdlib.h in cde/config/imake/ccimake.c stdlib.h defines exit(3) on Linux systems. --- cde/config/imake/ccimake.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.25.1