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

Fix building the testsuite

parent f56ed8d5
...@@ -32,13 +32,14 @@ ...@@ -32,13 +32,14 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#include <vlc/libvlc.h> #include <vlc/vlc.h>
#undef NDEBUG #undef NDEBUG
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h>
#include <unistd.h> #include <unistd.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