Browse code

Add the necessary includes, add an extra empty line for cosmetics

Originally committed as revision 23636 to svn://svn.ffmpeg.org/ffmpeg/trunk

Martin Storsjö authored on 2010/06/17 18:39:42
Showing 1 changed files
... ...
@@ -18,9 +18,12 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
21 22
 #ifndef AVFORMAT_HTTP_H
22 23
 #define AVFORMAT_HTTP_H
23 24
 
25
+#include "avio.h"
26
+
24 27
 /**
25 28
  * Sets custom HTTP headers.
26 29
  * A trailing CRLF ("\r\n") is required for custom headers.