# HG changeset patch # User diego # Date 1264892492 0 # Node ID 946629f9b239e7e46798946e88bbf13ffa3f51e0 # Parent ce0122361a39bfe62a8d51667d0b0ae2bec629fc Add missing #include, fixes the warning: libvo/vo_png.c:147: warning: implicit declaration of function 'imgfmt2pixfmt' diff -r ce0122361a39 -r 946629f9b239 libvo/vo_png.c --- a/libvo/vo_png.c Sat Jan 30 22:26:47 2010 +0000 +++ b/libvo/vo_png.c Sat Jan 30 23:01:32 2010 +0000 @@ -31,6 +31,7 @@ #include #include "config.h" +#include "fmt-conversion.h" #include "mp_msg.h" #include "mp_msg.h" #include "help_mp.h"