From 3d3e792c74118d9e5ab902f01998bbe9e7499c3c Mon Sep 17 00:00:00 2001 From: motse Date: Sun, 6 Nov 2005 16:41:06 +0000 Subject: [PATCH] forgot to include a few header files --- src/native/vm/VMFrame.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/native/vm/VMFrame.c b/src/native/vm/VMFrame.c index 424f12ef5..8c10ad9cf 100644 --- a/src/native/vm/VMFrame.c +++ b/src/native/vm/VMFrame.c @@ -29,10 +29,15 @@ Authors: Martin Platter Changes: -$Id: VMFrame.c 3593 2005-11-06 16:16:07Z motse $ +$Id: VMFrame.c 3597 2005-11-06 16:41:06Z motse $ */ +#include "toolbox/logging.h" +#include "native/jni.h" +#include "native/include/gnu_classpath_jdwp_VMFrame.h" + + /* * Class: gnu/classpath/jdwp/VMFrame * Method: getValue -- 2.25.1