From 87281a7d6aed2c6292f152206dc12c1850be7eaa Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 10 Mar 2008 19:28:42 +0000 Subject: Add missing header #includes to fix 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26216 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/http.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/http.h') diff --git a/stream/http.h b/stream/http.h index 0cb3752e11..345dd5bfb9 100644 --- a/stream/http.h +++ b/stream/http.h @@ -7,6 +7,8 @@ #ifndef MPLAYER_HTTP_H #define MPLAYER_HTTP_H +#include + typedef struct HTTP_field_type { char *field_name; struct HTTP_field_type *next; -- cgit v1.2.3