diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:47:46 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:47:46 +0100 |
commit | 64b30f9a12a18e30ca52512e41e977e009e8e14e (patch) | |
tree | ba354dabdecdfad0949729cd63a0f41834c88118 /rpm2cpio.c | |
parent | a59c95205cc4ae3406f4f994fa615b11a1efb0e8 (diff) | |
download | librpm-tizen-64b30f9a12a18e30ca52512e41e977e009e8e14e.tar.gz librpm-tizen-64b30f9a12a18e30ca52512e41e977e009e8e14e.tar.bz2 librpm-tizen-64b30f9a12a18e30ca52512e41e977e009e8e14e.zip |
Include "rpmts.h" instead of <rpmts.h>.
Diffstat (limited to 'rpm2cpio.c')
-rw-r--r-- | rpm2cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm2cpio.c b/rpm2cpio.c index ac88528a4..4a1934ce4 100644 --- a/rpm2cpio.c +++ b/rpm2cpio.c @@ -6,7 +6,7 @@ const char *__progname; #include "rpmlib.h" #include "rpmpgp.h" -#include <rpmts.h> +#include "rpmts.h" #include "debug.h" |