X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=lzma%2Fcheck%2Fcrc64_tablegen.c;fp=lzma%2Fcheck%2Fcrc64_tablegen.c;h=fddaa7ed1400cecf74b3860e05cec629dc3f1169;hb=a949e03f1030e8bacbd4aa6ca7143439c1c1d33b;hp=40fcf498927769a2b4564a205d77b378bec884c0;hpb=a9e7811b3d308a6987227a6f30d739971b8d17c8;p=zpackage diff --git a/lzma/check/crc64_tablegen.c b/lzma/check/crc64_tablegen.c index 40fcf49..fddaa7e 100644 --- a/lzma/check/crc64_tablegen.c +++ b/lzma/check/crc64_tablegen.c @@ -14,7 +14,7 @@ /////////////////////////////////////////////////////////////////////////////// #include -#include "tuklib_integer.h" +#include "../../common/tuklib_integer.h" static uint64_t crc64_table[4][256];