Skip to content

Commit

Permalink
Add missing #include, fixes the warning:
Browse files Browse the repository at this point in the history
libvo/vo_png.c:147: warning: implicit declaration of function 'imgfmt2pixfmt'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30469 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
diego committed Jan 30, 2010
1 parent 59e2690 commit 5640ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libvo/vo_png.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <unistd.h>

#include "config.h"
#include "fmt-conversion.h"
#include "mp_msg.h"
#include "mp_msg.h"
#include "help_mp.h"
Expand Down

0 comments on commit 5640ddf

Please sign in to comment.