From: RĂ©mi Denis-Courmont Date: Mon, 26 May 2008 18:10:37 +0000 (+0300) Subject: Missing assert.h X-Git-Tag: 0.9.0-test0~693 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a2adfba0d88880e1919d2460a3299a070532c768;p=vlc Missing assert.h --- diff --git a/src/test/dictionary.c b/src/test/dictionary.c index dfa597c5b7..749d4e8d63 100644 --- a/src/test/dictionary.c +++ b/src/test/dictionary.c @@ -23,6 +23,9 @@ # include "config.h" #endif +#undef NDEBUG +#include + #include #include "vlc_arrays.h"