From e6883176527c474176446cd232f3c83c0f51a2e9 Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Thu, 2 Dec 2021 16:53:52 -0500 Subject: [PATCH] Fix Include Path --- lib/deprecated/zbuff_compress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /*-*********************************************************** -- 2.47.2