summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-02-19 11:56:51 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-02-19 12:00:35 +0200
commita7a253f9d4cc82794c5a5360f3a017fd9b63de9b (patch)
tree540f1dfc6ef3671e710a05cb94e0fd194fee05c8 /src/app.c
parent12d58ade2732e7ce0a644371ca10a1dd234c5bc1 (diff)
jvm: rename fakejvm to jvm
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index 78bb689..dbcdfe9 100644
--- a/src/app.c
+++ b/src/app.c
@@ -4,7 +4,7 @@
#include <dlfcn.h>
#include <err.h>
#include <assert.h>
-#include "fakejvm/jvm.h"
+#include "jvm/jvm.h"
extern void *apkenv_android_dlopen(const char*, int);
extern void *apkenv_android_dlclose(void*);