OSDN Git Service

Add the necessary includes, add an extra empty line for cosmetics
authorMartin Storsjö <martin@martin.st>
Thu, 17 Jun 2010 09:39:42 +0000 (09:39 +0000)
committerMartin Storsjö <martin@martin.st>
Thu, 17 Jun 2010 09:39:42 +0000 (09:39 +0000)
Originally committed as revision 23636 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/http.h

index 5cd1629..fe5539a 100644 (file)
  * 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.