From 68a1e3b358bc815740f157b3889bb5a7e4e4d0e7 Mon Sep 17 00:00:00 2001 From: haley <924976874@qq.com> Date: Mon, 11 Apr 2016 15:18:45 +0800 Subject: [PATCH] Update com_cundong_utils_PatchUtils.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 应该include 头文件,不然会报重复定义错误 --- ApkPatchLibrary/jni/com_cundong_utils_PatchUtils.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ApkPatchLibrary/jni/com_cundong_utils_PatchUtils.c b/ApkPatchLibrary/jni/com_cundong_utils_PatchUtils.c index 4294239..057ddde 100644 --- a/ApkPatchLibrary/jni/com_cundong_utils_PatchUtils.c +++ b/ApkPatchLibrary/jni/com_cundong_utils_PatchUtils.c @@ -7,13 +7,13 @@ #include #include -#include "bzip2/bzlib.c" -#include "bzip2/crctable.c" -#include "bzip2/compress.c" -#include "bzip2/decompress.c" -#include "bzip2/randtable.c" -#include "bzip2/blocksort.c" -#include "bzip2/huffman.c" +#include "bzip2/bzlib.h" +// #include "bzip2/crctable.c" +// #include "bzip2/compress.c" +// #include "bzip2/decompress.c" +// #include "bzip2/randtable.c" +// #include "bzip2/blocksort.c" +// #include "bzip2/huffman.c" #include "com_cundong_utils_PatchUtils.h"