X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=lzma%2Fcheck%2Fcrc64_tablegen.c;h=fddaa7ed1400cecf74b3860e05cec629dc3f1169;hb=cae5c951410e659f8c78562903056889f8e989a7;hp=40fcf498927769a2b4564a205d77b378bec884c0;hpb=32b8a6b26ed8843828e03e505d2256960bda0980;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];