diff options
Diffstat (limited to 'perl-install/c/stuff.xs.pm')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 6db1a9039..b57b471e2 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -1046,6 +1046,8 @@ headerGetEntry_filenames(h) free(dirNames); } } + +int rpmvercmp(char *a, char *b); '; @macros = ( |