java_raw_api.c: Include <stdlib.h> to fix compiler warning about implicit declaration of abort().

2003-08-30  Andreas Tobler  <a.tobler@schweiz.ch>

	* src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
	about implicit declaration of abort().

From-SVN: r71071
This commit is contained in:
Andreas Tobler 2003-09-04 16:53:26 +02:00
parent efaede1c73
commit d6e3ff272c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include <ffi.h>
#include <ffi_common.h>
#include <stdlib.h>
#if !defined(NO_JAVA_RAW_API) && !defined(FFI_NO_RAW_API)