Commit 2a641d19 authored by Laurent Aimar's avatar Laurent Aimar

Added missing include file.

parent c1ff9985
......@@ -28,11 +28,12 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <assert.h>
#include <stdint.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <assert.h>
#include <stdint.h>
#include <vlc_input.h>
#include "vlc_vout.h"
#include "vlc_bits.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