[FFmpeg-cvslog] r23636 - trunk/libavformat/http.h
mstorsjo
subversion
Thu Jun 17 11:39:42 CEST 2010
Author: mstorsjo
Date: Thu Jun 17 11:39:42 2010
New Revision: 23636
Log:
Add the necessary includes, add an extra empty line for cosmetics
Modified:
trunk/libavformat/http.h
Modified: trunk/libavformat/http.h
==============================================================================
--- trunk/libavformat/http.h Thu Jun 17 00:36:52 2010 (r23635)
+++ trunk/libavformat/http.h Thu Jun 17 11:39:42 2010 (r23636)
@@ -18,9 +18,12 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
#ifndef AVFORMAT_HTTP_H
#define AVFORMAT_HTTP_H
+#include "avio.h"
+
/**
* Sets custom HTTP headers.
* A trailing CRLF ("\r\n") is required for custom headers.
More information about the ffmpeg-cvslog
mailing list