Commit 73d93673 authored by andreast's avatar andreast
Browse files

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().


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71071 138bc75d-0d04-0410-961f-82ee72b054a4
parent 15b6f072
......@@ -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)
......
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