Commit 1cfdf07f by David Daney Committed by David Daney

* link.cc: Include ffi.h if USE_LIBFFI defined.

From-SVN: r111815
parent 3577e3ea
2006-03-07 David Daney <ddaney@avtrex.com>
* link.cc: Include ffi.h if USE_LIBFFI defined.
2006-03-03 Tom Tromey <tromey@redhat.com>
* interpret.cc (do_allocate_static_fields): Added comment.
......
......@@ -15,6 +15,10 @@ details. */
#include <stdio.h>
#ifdef USE_LIBFFI
#include <ffi.h>
#endif
#include <java-interp.h>
#include <jvm.h>
......
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