X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2f67d29b0c3de8618983055e811e70ee36662f4a..ce928105d7279c5604f034740b04dc6a745fb859:/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 /*}}}*/