diff stream/stream_ftp.c @ 35712:d206960484fe

Add a number of missing libavutil header #includes.
author diego
date Mon, 21 Jan 2013 18:21:51 +0000
parents 14aeceb6c267
children b5abdfe9bc61
line wrap: on
line diff
--- a/stream/stream_ftp.c	Mon Jan 21 18:21:24 2013 +0000
+++ b/stream/stream_ftp.c	Mon Jan 21 18:21:51 2013 +0000
@@ -33,6 +33,7 @@
 #endif
 
 #include "libavutil/avutil.h"
+#include "libavutil/common.h"
 #include "mp_msg.h"
 #include "network.h"
 #include "stream.h"