FS-10167: Small fix to the simclist.c assertion guards after having copied the latest from the source git again in the last patch.

This commit is contained in:
Shane Bryldt 2017-03-29 17:31:44 -06:00
parent 88660290d2
commit 6bce3f1022
1 changed files with 2 additions and 0 deletions

View File

@ -45,8 +45,10 @@
/* disable asserts */
#ifndef SIMCLIST_DEBUG
#ifndef NDEBUG
#define NDEBUG
#endif
#endif
#include <assert.h>