X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=lzma%2Fcheck%2Fcrc32_tablegen.c;fp=lzma%2Fcheck%2Fcrc32_tablegen.c;h=31a4d2751db2974d812dac730edd9472f56f54d8;hb=a949e03f1030e8bacbd4aa6ca7143439c1c1d33b;hp=44bd66805e83755c8e057cb052e28ae7ffa41758;hpb=a9e7811b3d308a6987227a6f30d739971b8d17c8;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];