Index: core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
diff --git a/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h b/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
index aa29258f0756228a8eb61a155d2f676119bbe6da..28d8ae3564dcff77c8c5c4b8e3a358b782924fe6 100644 |
--- a/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
+++ b/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
@@ -6,11 +6,15 @@ |
#ifndef _JBIG2_HUFFMAN_TABLE_STANDARD_H_ |
#define _JBIG2_HUFFMAN_TABLE_STANDARD_H_ |
-typedef struct { |
+ |
+#include "../../../../core/include/fxcrt/fx_system.h" |
+ |
+struct JBig2TableLine { |
int PREFLEN; |
int RANDELEN; |
int RANGELOW; |
-} JBig2TableLine; |
+}; |
+ |
const FX_BOOL HuffmanTable_HTOOB_B1 = FALSE; |
const JBig2TableLine HuffmanTable_B1[] = {{1, 4, 0}, |
{2, 8, 16}, |