X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/72b2accb108e3d3ec8113ce2d183638c719a5d0d..a6f22547948f1f998c754850c9ddeb3cba784873:/methods/file.cc diff --git a/methods/file.cc b/methods/file.cc index 7ed4e6f60..12db62203 100644 --- a/methods/file.cc +++ b/methods/file.cc @@ -5,7 +5,7 @@ File URI method for APT - This simply checks that the file specified exists, if so the relevent + This simply checks that the file specified exists, if so the relevant information is returned. If a .gz filename is specified then the file name with .gz removed will also be checked and information about it will be returned in Alt-* @@ -21,8 +21,9 @@ #include #include +#include #include -#include + #include /*}}}*/