java_raw_api.c: Include <stdlib.h> to fix compiler warning about implicit declaration...
authorAndreas Tobler <andreast@gcc.gnu.org>
Thu, 4 Sep 2003 14:53:26 +0000 (16:53 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 4 Sep 2003 14:53:26 +0000 (16:53 +0200)
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

libffi/src/java_raw_api.c

index cb5dd67a78edcf7909c5dc3a90ce72adda81eac4..c3b3b8226d8218b250566f4257603da26c996596 100644 (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)