diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:47 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:47 +0000 |
commit | 65a1e968442361247b646dc61843f841235114e0 (patch) | |
tree | 733c37e21376beceac7537511cf78d7160ac2892 /methods | |
parent | be5dbaf215aa054bdc8a5cab67e5ce429215b7aa (diff) |
Minor fixes
Author: jgg
Date: 1999-02-08 07:30:49 GMT
Minor fixes
Diffstat (limited to 'methods')
-rw-r--r-- | methods/http.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/methods/http.cc b/methods/http.cc index 9cb6d1b21..033e6283f 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: http.cc,v 1.24 1999/01/30 08:23:49 jgg Exp $ +// $Id: http.cc,v 1.25 1999/02/08 07:30:50 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -38,6 +38,7 @@ #include <unistd.h> #include <signal.h> #include <stdio.h> +#include <errno.h> // Internet stuff #include <netinet/in.h> |