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/rpmver.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/rpmver.cc')
-rw-r--r-- | test/rpmver.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rpmver.cc b/test/rpmver.cc index c76c77bd1..9fc807de8 100644 --- a/test/rpmver.cc +++ b/test/rpmver.cc @@ -8,6 +8,8 @@ #define xisalpha(x) isalpha(x) #define xisalnum(x) (isdigit(x) || isalpha(x)) +using namespace std; + int rpmvercmp(const char * a, const char * b) { char oldch1, oldch2; |