X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/fca9751603f4f1ee0612208c009326490dca9a53..9bfb1136abfd58e48545304507dedceb2fe87a36:/test/interactive-helper/extract-control.cc diff --git a/test/interactive-helper/extract-control.cc b/test/interactive-helper/extract-control.cc index 3f7feabcb..852ec4ee9 100644 --- a/test/interactive-helper/extract-control.cc +++ b/test/interactive-helper/extract-control.cc @@ -1,13 +1,16 @@ +#include + #include #include #include +#include #include #include using namespace std; -bool ExtractMember(const char *File,const char *Member) +static bool ExtractMember(const char *File,const char *Member) { FileFd Fd(File,FileFd::ReadOnly); debDebFile Deb(Fd);