Commit d6e3ff27 by Andreas Tobler

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
parent efaede1c
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <ffi.h> #include <ffi.h>
#include <ffi_common.h> #include <ffi_common.h>
#include <stdlib.h>
#if !defined(NO_JAVA_RAW_API) && !defined(FFI_NO_RAW_API) #if !defined(NO_JAVA_RAW_API) && !defined(FFI_NO_RAW_API)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment