diff options
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; |