changeset 5968:9fef9c7acf03 libavformat

Add missing internal.h #include for brktimegm(), fixes the warning: libavformat/dvenc.c:82: warning: implicit declaration of function ¡Æbrktimegm¡Ç
author diego
date Tue, 20 Apr 2010 14:41:55 +0000
parents c5a3e1951fc6
children 178de7695c6c
files dvenc.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <time.h>
 #include <stdarg.h>
+
 #include "avformat.h"
+#include "internal.h"
 #include "libavcodec/dvdata.h"
 #include "dv.h"
 #include "libavutil/fifo.h"