diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-04 18:09:06 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-04 18:09:06 +0000 |
| commit | b129eedcfa678c4fdd9e1bb94496c3c3fd6c5a1f (patch) | |
| tree | 4f4a96226b154317fc896ab2ff71e6e71a6657df /src/runtime/java/jpgf.c | |
| parent | 2f02340d0d5812764b910f17f355411c4e810bf4 (diff) | |
now it is possible to compile the C code for the Java binding from Eclipse. The old and broken Makefile is now removed
Diffstat (limited to 'src/runtime/java/jpgf.c')
| -rw-r--r-- | src/runtime/java/jpgf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gu/mem.h> #include <gu/exn.h> #include <alloca.h> -#include "org_grammaticalframework_pgf_PGF.h" +#include <jni.h> static jstring gu2j_string(JNIEnv *env, GuString s) { |
