summaryrefslogtreecommitdiff
path: root/libavformat/http.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-06-17 09:39:42 +0000
committerMartin Storsjö <martin@martin.st>2010-06-17 09:39:42 +0000
commit96c2ae61e6277ab6a273fb7d716bd0a9d6dea5fa (patch)
tree9e7a6fbd0021fd5213a6568951f4f5e8725be2c6 /libavformat/http.h
parenteb928286deee2b49d63a4629e03d42a0ae1cc842 (diff)
Add the necessary includes, add an extra empty line for cosmetics
Originally committed as revision 23636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/http.h')
-rw-r--r--libavformat/http.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/http.h b/libavformat/http.h
index 5cd1629a19..fe5539a217 100644
--- a/libavformat/http.h
+++ b/libavformat/http.h
@@ -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.