# HG changeset patch # User diego # Date 1271774515 0 # Node ID 9fef9c7acf03a47e3db09bf04de200ea779e1649 # Parent c5a3e1951fc63ea676810d03561eb96e2ac61098 Add missing internal.h #include for brktimegm(), fixes the warning: libavformat/dvenc.c:82: warning: implicit declaration of function ¡Æbrktimegm¡Ç diff -r c5a3e1951fc6 -r 9fef9c7acf03 dvenc.c --- a/dvenc.c Tue Apr 20 07:38:52 2010 +0000 +++ b/dvenc.c Tue Apr 20 14:41:55 2010 +0000 @@ -29,7 +29,9 @@ */ #include #include + #include "avformat.h" +#include "internal.h" #include "libavcodec/dvdata.h" #include "dv.h" #include "libavutil/fifo.h"