From b129eedcfa678c4fdd9e1bb94496c3c3fd6c5a1f Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 4 Sep 2013 18:09:06 +0000 Subject: now it is possible to compile the C code for the Java binding from Eclipse. The old and broken Makefile is now removed --- src/runtime/java/jpgf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/java/jpgf.c') diff --git a/src/runtime/java/jpgf.c b/src/runtime/java/jpgf.c index 757667c75..76218c005 100644 --- a/src/runtime/java/jpgf.c +++ b/src/runtime/java/jpgf.c @@ -2,7 +2,7 @@ #include #include #include -#include "org_grammaticalframework_pgf_PGF.h" +#include static jstring gu2j_string(JNIEnv *env, GuString s) { -- cgit v1.2.3