Fix legacy build after #2103

This commit is contained in:
Orivej Desh
2020-05-22 12:48:02 +00:00
parent 299229316a
commit 93cec0c1d6
+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