diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:13 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:13 +0000 |
commit | 5a8748f187da8fa666e28ee24360ca9842e35b3c (patch) | |
tree | 489cb5bd416487af9daae39059b482700fbc30be /test/extract-control.cc | |
parent | 70dd8bf416532654626ac693a145fd275bb8092a (diff) |
* Get self-tests compiling again, updated for latest li...
Author: mdz
Date: 2003-08-18 15:32:37 GMT
* Get self-tests compiling again, updated for latest library API
and g++ 3.3
Diffstat (limited to 'test/extract-control.cc')
-rw-r--r-- | test/extract-control.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/extract-control.cc b/test/extract-control.cc index 125088896..29dcbf371 100644 --- a/test/extract-control.cc +++ b/test/extract-control.cc @@ -4,6 +4,8 @@ #include <iostream> #include <unistd.h> +using namespace std; + bool ExtractMember(const char *File,const char *Member) { FileFd Fd(File,FileFd::ReadOnly); |