Include stdlib.h in cde/config/imake/ccimake.c
stdlib.h defines exit(3) on Linux systems.
This commit is contained in:
@@ -56,6 +56,8 @@ in this Software without prior written authorization from The Open Group .
|
||||
#define imake_ccflags "-O"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
main()
|
||||
{
|
||||
write(1, imake_ccflags, sizeof(imake_ccflags) - 1);
|
||||
|
||||
Reference in New Issue
Block a user