Commit a2adfba0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing assert.h

parent 6bd44f4c
......@@ -23,6 +23,9 @@
# include "config.h"
#endif
#undef NDEBUG
#include <assert.h>
#include <vlc/vlc.h>
#include "vlc_arrays.h"
......
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