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/conf.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/conf.cc')
-rw-r--r-- | test/conf.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/conf.cc b/test/conf.cc index c44161426..340647b5f 100644 --- a/test/conf.cc +++ b/test/conf.cc @@ -1,6 +1,8 @@ #include <apt-pkg/configuration.h> #include <apt-pkg/error.h> +using namespace std; + int main(int argc,const char *argv[]) { Configuration Cnf; |