]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_widgets.c
Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)
[vlc] / src / video_output / video_widgets.c
index 342f4c5712256e35df6389a36289f3c172c11af2..f0a1ded2bc0098f223d20a4196226232a0bd9a5f 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                                                /* free() */
-#include <vlc/vlc.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <vlc_common.h>
 #include <vlc_vout.h>
 #include <vlc_osd.h>