]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix Include Path 2897/head
authorW. Felix Handte <w@felixhandte.com>
Thu, 2 Dec 2021 21:53:52 +0000 (16:53 -0500)
committerW. Felix Handte <w@felixhandte.com>
Thu, 2 Dec 2021 21:53:52 +0000 (16:53 -0500)
lib/deprecated/zbuff_compress.c

index 4ff29337e8e09f18135d8bd104cff73b651c3064..51cf158c4ad38a127176082da8a525dcc90cb55f 100644 (file)
@@ -15,7 +15,7 @@
 ***************************************/
 #define ZBUFF_STATIC_LINKING_ONLY
 #include "zbuff.h"
-#include "error_private.h"
+#include "../common/error_private.h"
 
 
 /*-***********************************************************