Commit c88e87bc authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagnet/Atoms.c: In DEBUG mode, we need validateString() which is not…

hw/nxagnet/Atoms.c: In DEBUG mode, we need validateString() which is not statically defined in Utils.h. Thus including it for DEBUG builds.
parent 3d255540
...@@ -53,6 +53,11 @@ ...@@ -53,6 +53,11 @@
#undef TEST #undef TEST
#undef DEBUG #undef DEBUG
#ifdef DEBUG
/* for validateString() */
#include "Utils.h"
#endif
/* /*
* These values should be moved in * These values should be moved in
* the option repository. * the option repository.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment