]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix legacy build after #2103 2163/head
authorOrivej Desh <orivej@gmx.fr>
Fri, 22 May 2020 12:48:02 +0000 (12:48 +0000)
committerOrivej Desh <orivej@gmx.fr>
Fri, 22 May 2020 12:48:02 +0000 (12:48 +0000)
lib/legacy/zstd_v04.c

index 56bf4522249865666ed0b3d3a3a2064e554a1bb8..19fda8980abf8ffcb787c6c49abe53b039434d42 100644 (file)
@@ -74,7 +74,7 @@ extern "C" {
 /*-*************************************
 *  Debug
 ***************************************/
-#include "debug.h"
+#include "../common/debug.h"
 #ifndef assert
 #  define assert(condition) ((void)0)
 #endif