mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Include stdlib.h in cde/config/imake/ccimake.c
stdlib.h defines exit(3) on Linux systems.
This commit is contained in:
parent
7ee2f3e80d
commit
929a5f7327
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ in this Software without prior written authorization from The Open Group .
|
||||||
#define imake_ccflags "-O"
|
#define imake_ccflags "-O"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
write(1, imake_ccflags, sizeof(imake_ccflags) - 1);
|
write(1, imake_ccflags, sizeof(imake_ccflags) - 1);
|
||||||
|
|
Loading…
Reference in a new issue