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

From-SVN: r111815
This commit is contained in:
David Daney 2006-03-07 18:04:04 +00:00 committed by David Daney
parent 3577e3eafb
commit 1cfdf07f8e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -15,6 +15,10 @@ details. */
#include <stdio.h>
#ifdef USE_LIBFFI
#include <ffi.h>
#endif
#include <java-interp.h>
#include <jvm.h>