# HG changeset patch # User mstorsjo # Date 1276767582 0 # Node ID 6fa300e438f37ba0954233d63e963a1fca76254a # Parent 938df9041b1cda7036e1245f66fc633b496d022e Add the necessary includes, add an extra empty line for cosmetics diff -r 938df9041b1c -r 6fa300e438f3 http.h --- 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.