diff options
author | jbj <devnull@localhost> | 2000-02-10 22:13:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-02-10 22:13:48 +0000 |
commit | f7b80eb2113be009143e14c8cc526b30f97bc1f6 (patch) | |
tree | d5111bc8052082018a729db795578c266db63ac3 /perl/rpm.xs | |
parent | da3765de28bcafdaf705282e33543479b0d0014e (diff) | |
download | librpm-tizen-f7b80eb2113be009143e14c8cc526b30f97bc1f6.tar.gz librpm-tizen-f7b80eb2113be009143e14c8cc526b30f97bc1f6.tar.bz2 librpm-tizen-f7b80eb2113be009143e14c8cc526b30f97bc1f6.zip |
Commit broken perl binding changes.
CVS patchset: 3549
CVS date: 2000/02/10 22:13:48
Diffstat (limited to 'perl/rpm.xs')
-rw-r--r-- | perl/rpm.xs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/perl/rpm.xs b/perl/rpm.xs index d0870d0df..9b7fe2a87 100644 --- a/perl/rpm.xs +++ b/perl/rpm.xs @@ -1,23 +1,23 @@ /* * Perl interface to rpmlib * - * $Id: rpm.xs,v 1.4 1999/07/16 08:44:54 gafton Exp $ + * $Id: rpm.xs,v 1.5 2000/02/10 22:13:48 jbj Exp $ */ #include "EXTERN.h" #include "perl.h" #include "XSUB.h" -#include <rpm/rpmio.h> -#include <rpm/dbindex.h> -#include <rpm/header.h> -#include <popt.h> -#include <rpm/rpmlib.h> - #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> +#include "rpmlib.h" +#include "rpmio.h" +#include "dbindex.h" +#include "header.h" +#include "popt.h" + /* * External functions */ |