Add missing #include for mplayer.h, fixes the warning:

libvo/vo_png.c:67: warning: implicit declaration of function 'exit_player'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27687 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-03 10:18:53 +00:00
parent 6aa065d0c6
commit e965e29432
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "video_out.h"
#include "video_out_internal.h"
#include "subopt-helper.h"
#include "mplayer.h"
#define BUFLENGTH 512