1
0
mirror of https://github.com/facebook/zstd.git synced 2025-12-24 17:21:03 +03:00

Merge pull request #2163 from orivej/fix-legacy-build

Fix legacy build after #2103
This commit is contained in:
Yann Collet
2020-05-22 09:55:17 -07:00
committed by GitHub

View File

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