changeset 6138:6fa300e438f3 libavformat

Add the necessary includes, add an extra empty line for cosmetics
author mstorsjo
date Thu, 17 Jun 2010 09:39:42 +0000
parents 938df9041b1c
children 397ef451b549
files http.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/http.h	Wed Jun 16 19:31:05 2010 +0000
+++ b/http.h	Thu Jun 17 09:39:42 2010 +0000
@@ -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.