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=93cec0c1d6d0be8dd3a9d01d3e7f2099f1728df7;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