7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux

Reviewed-by: jgodinez, prr
This commit is contained in:
Andrew Brygin 2012-08-17 11:22:57 +04:00
parent dd32d97101
commit 3504e5bcfa

View file

@ -29,6 +29,8 @@
#ifdef MACOSX #ifdef MACOSX
#include <unistd.h> #include <unistd.h>
#include <sys/param.h> #include <sys/param.h>
#else
#include <malloc.h>
#endif #endif
#include <mlib_types.h> #include <mlib_types.h>
#include <mlib_sys_proto.h> #include <mlib_sys_proto.h>