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
+1 -1
View File
@@ -74,7 +74,7 @@ extern "C" {
/*-************************************* /*-*************************************
* Debug * Debug
***************************************/ ***************************************/
#include "debug.h" #include "../common/debug.h"
#ifndef assert #ifndef assert
# define assert(condition) ((void)0) # define assert(condition) ((void)0)
#endif #endif