Account for multilib Linux installations in imake.
[oweals/cde.git] / cde / config / imake / ccimake.c
index 57ccf6a8ac157e21360272cef1fda9cecaca1429..db76b5894b442130320288b565ffbcf44820772e 100644 (file)
@@ -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);