summaryrefslogtreecommitdiff
path: root/src/java-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/java-utils.c')
-rw-r--r--src/java-utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/java-utils.c b/src/java-utils.c
index 1aed8a5..1efcb3f 100644
--- a/src/java-utils.c
+++ b/src/java-utils.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include <config.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
@@ -226,7 +227,7 @@ load_constant_pool_utfs (JavaClassFile *cfile)
i++;
}
-#ifdef DEBUG
+#ifdef MATE_ENABLE_DEBUG
g_print( "Number of Entries: %d\n", i );
#endif
}