X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=lzma%2Fcheck%2Fcrc32_tablegen.c;h=31a4d2751db2974d812dac730edd9472f56f54d8;hb=d6319f7ea0a76de91bc01d9734d235b494c40198;hp=44bd66805e83755c8e057cb052e28ae7ffa41758;hpb=32b8a6b26ed8843828e03e505d2256960bda0980;p=zpackage diff --git a/lzma/check/crc32_tablegen.c b/lzma/check/crc32_tablegen.c index 44bd668..31a4d27 100644 --- a/lzma/check/crc32_tablegen.c +++ b/lzma/check/crc32_tablegen.c @@ -15,7 +15,7 @@ /////////////////////////////////////////////////////////////////////////////// #include -#include "tuklib_integer.h" +#include "../../common/tuklib_integer.h" static uint32_t crc32_table[8][256];