From: W. Felix Handte Date: Thu, 2 Dec 2021 21:53:52 +0000 (-0500) Subject: Fix Include Path X-Git-Tag: v1.5.1~1^2~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6883176527c474176446cd232f3c83c0f51a2e9;p=thirdparty%2Fzstd.git Fix Include Path --- diff --git a/lib/deprecated/zbuff_compress.c b/lib/deprecated/zbuff_compress.c index 4ff29337e..51cf158c4 100644 --- a/lib/deprecated/zbuff_compress.c +++ b/lib/deprecated/zbuff_compress.c @@ -15,7 +15,7 @@ ***************************************/ #define ZBUFF_STATIC_LINKING_ONLY #include "zbuff.h" -#include "error_private.h" +#include "../common/error_private.h" /*-***********************************************************