diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:49:54 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:49:54 +0100 |
commit | 14d434925b894dff35f5a53e25ba651218a86634 (patch) | |
tree | 2f6fd8a61b72c7a0922b24e65b00681bba7ebe1a /python/rpmts-py.c | |
parent | 64b30f9a12a18e30ca52512e41e977e009e8e14e (diff) | |
download | rpm-14d434925b894dff35f5a53e25ba651218a86634.tar.gz rpm-14d434925b894dff35f5a53e25ba651218a86634.tar.bz2 rpm-14d434925b894dff35f5a53e25ba651218a86634.zip |
Include "rpmbuild.h" instead of <rpmbuild.h>.
Diffstat (limited to 'python/rpmts-py.c')
-rw-r--r-- | python/rpmts-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c index b188477df..a9e887cc9 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -7,7 +7,7 @@ #include "rpmlib.h" #include "rpmpgp.h" #include "rpmdb.h" -#include <rpmbuild.h> +#include "rpmbuild.h" #include "header-py.h" #include "rpmds-py.h" /* XXX for rpmdsNew */ |