Fix compiler warning: Add missing include

This commit is contained in:
Jean-Paul Saman 2006-03-12 09:27:48 +00:00
parent 3572ca4219
commit fdaae90bcc
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <vlc/libvlc.h>
#include <vlc/vlc.h>
#include <vlc_es.h>
#include <vlc_input.h>
#include <vlc_vlm.h>