0001-Fix-legacy-build-after-2103.patch 755 B

123456789101112131415161718192021222324252627
  1. From 93cec0c1d6d0be8dd3a9d01d3e7f2099f1728df7 Mon Sep 17 00:00:00 2001
  2. From: Orivej Desh <orivej@gmx.fr>
  3. Date: Fri, 22 May 2020 12:48:02 +0000
  4. Subject: [PATCH] Fix legacy build after #2103
  5. Upstream-Status: Backport
  6. Signed-of-by: Alex Kiernan <alex.kiernan@gmail.com>
  7. ---
  8. lib/legacy/zstd_v04.c | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/lib/legacy/zstd_v04.c b/lib/legacy/zstd_v04.c
  11. index 56bf45222498..19fda8980abf 100644
  12. --- a/lib/legacy/zstd_v04.c
  13. +++ b/lib/legacy/zstd_v04.c
  14. @@ -74,7 +74,7 @@ extern "C" {
  15. /*-*************************************
  16. * Debug
  17. ***************************************/
  18. -#include "debug.h"
  19. +#include "../common/debug.h"
  20. #ifndef assert
  21. # define assert(condition) ((void)0)
  22. #endif
  23. --
  24. 2.17.1