diff options
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/methods/http.h b/methods/http.h index 07a65d702..f5899410b 100644 --- a/methods/http.h +++ b/methods/http.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- -// Description /*{{{*/// $Id: http.h,v 1.10 2001/03/06 07:15:29 jgg Exp $ -// $Id: http.h,v 1.10 2001/03/06 07:15:29 jgg Exp $ +// Description /*{{{*/// $Id: http.h,v 1.11 2001/05/27 23:53:56 jgg Exp $ +// $Id: http.h,v 1.11 2001/05/27 23:53:56 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -13,6 +13,11 @@ #define MAXLEN 360 +#include <iostream> + +using std::cout; +using std::endl; + class HttpMethod; class CircleBuf |