From e965e2943242c8f121e04828173b9a78eb861d01 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 3 Oct 2008 10:18:53 +0000 Subject: [PATCH] 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 --- libvo/vo_png.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/vo_png.c b/libvo/vo_png.c index f5cdfe8f3b..e091f2c246 100644 --- a/libvo/vo_png.c +++ b/libvo/vo_png.c @@ -24,6 +24,7 @@ #include "video_out.h" #include "video_out_internal.h" #include "subopt-helper.h" +#include "mplayer.h" #define BUFLENGTH 512