]> git.sesse.net Git - vlc/blobdiff - modules/codec/cc.c
Preferences: don't show empty boxes ('zoom' box bug)
[vlc] / modules / codec / cc.c
index 5669c29fd4be58ba1d343b6f39efa9b14f1bc1c7..5b09488a5aec16a8a211f42e67ac38868b371709 100644 (file)
@@ -37,7 +37,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout.h>
 #include <vlc_codec.h>
@@ -52,6 +52,8 @@
 #include <errno.h>
 #include <string.h>
 
+#include <assert.h>
+
 /*****************************************************************************
  * Module descriptor.
  *****************************************************************************/