diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-09-24 20:14:55 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-09-24 22:32:28 +0200 |
commit | eff9c6b2e873cdfd54216cef9de14763c92d1c7d (patch) | |
tree | 15b0f6934ffe874975cc94e2c3ddad65c64a83d9 /methods/http_main.cc | |
parent | 13a28d8549015d2b55fadef450bc56327b4ca7a2 (diff) |
releasing package apt version 1.1~exp31.1.exp3
Diffstat (limited to 'methods/http_main.cc')
-rw-r--r-- | methods/http_main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/http_main.cc b/methods/http_main.cc index d7724701a..f21a5709c 100644 --- a/methods/http_main.cc +++ b/methods/http_main.cc @@ -1,5 +1,6 @@ #include <config.h> #include <apt-pkg/fileutl.h> +#include <apt-pkg/error.h> #include <signal.h> #include "http.h" |