X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/e27a3c886ebe97dda5b6f961b04949bb3003d4a6..ffab3c67282e6210cc032f0e6d72f1cab04728b6:/tests/run-emitter.c diff --git a/tests/run-emitter.c b/tests/run-emitter.c index 0787895..6b246fa 100644 --- a/tests/run-emitter.c +++ b/tests/run-emitter.c @@ -2,9 +2,13 @@ #include #include -#include #include +#ifdef NDEBUG +#undef NDEBUG +#endif +#include + #define BUFFER_SIZE 65536 #define MAX_EVENTS 1024