Fix legacy build after #2103

This commit is contained in:
Orivej Desh 2020-05-22 12:48:02 +00:00
parent 299229316a
commit 93cec0c1d6

View File

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