From a2adfba0d88880e1919d2460a3299a070532c768 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 26 May 2008 21:10:37 +0300 Subject: [PATCH] Missing assert.h --- src/test/dictionary.c | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.5