From: Orivej Desh Date: Fri, 22 May 2020 12:48:02 +0000 (+0000) Subject: Fix legacy build after #2103 X-Git-Tag: v1.4.7~155^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2163%2Fhead;p=thirdparty%2Fzstd.git Fix legacy build after #2103 --- diff --git a/lib/legacy/zstd_v04.c b/lib/legacy/zstd_v04.c index 56bf45222..19fda8980 100644 --- a/lib/legacy/zstd_v04.c +++ b/lib/legacy/zstd_v04.c @@ -74,7 +74,7 @@ extern "C" { /*-************************************* * Debug ***************************************/ -#include "debug.h" +#include "../common/debug.h" #ifndef assert # define assert(condition) ((void)0) #endif