aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/org/brotli/wrapper/common/common_jni.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/brotli/wrapper/common/common_jni.cc b/java/org/brotli/wrapper/common/common_jni.cc
index 2ea2ad8..c71ca49 100644
--- a/java/org/brotli/wrapper/common/common_jni.cc
+++ b/java/org/brotli/wrapper/common/common_jni.cc
@@ -6,7 +6,7 @@
#include <jni.h>
-#include "../common/dictionary.h"
+#include "c/common/dictionary.h"
#ifdef __cplusplus
extern "C" {