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
commit e20b601781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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