[vlc-devel] commit: Missing assert.h ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon May 26 20:09:27 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon May 26 21:10:37 2008 +0300| [a2adfba0d88880e1919d2460a3299a070532c768]
Missing assert.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2adfba0d88880e1919d2460a3299a070532c768
---
src/test/dictionary.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/test/dictionary.c b/src/test/dictionary.c
index dfa597c..749d4e8 100644
--- a/src/test/dictionary.c
+++ b/src/test/dictionary.c
@@ -23,6 +23,9 @@
# include "config.h"
#endif
+#undef NDEBUG
+#include <assert.h>
+
#include <vlc/vlc.h>
#include "vlc_arrays.h"
More information about the vlc-devel
mailing list