* src/native/vm/gnu/java_lang_reflect_Method.c (vm/resolve.h): Added.
authortwisti <none@none>
Sat, 17 Mar 2007 13:10:04 +0000 (13:10 +0000)
committertwisti <none@none>
Sat, 17 Mar 2007 13:10:04 +0000 (13:10 +0000)
src/native/vm/gnu/java_lang_reflect_Method.c

index 2d5ac85e07a31d786f13a57c8dc5c820b23633b1..6613c1f05e9dd854f22edba3aeb96dd25b15559c 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: java_lang_reflect_Method.c 7441 2007-03-02 23:13:10Z michi $
+   $Id: java_lang_reflect_Method.c 7536 2007-03-17 13:10:04Z twisti $
 
 */
 
@@ -45,6 +45,7 @@
 #include "vm/builtin.h"
 #include "vm/exceptions.h"
 #include "vm/initialize.h"
+#include "vm/resolve.h"
 #include "vm/stringlocal.h"