summaryrefslogtreecommitdiff
path: root/python/rpmts-py.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:49:54 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:49:54 +0100
commit14d434925b894dff35f5a53e25ba651218a86634 (patch)
tree2f6fd8a61b72c7a0922b24e65b00681bba7ebe1a /python/rpmts-py.c
parent64b30f9a12a18e30ca52512e41e977e009e8e14e (diff)
downloadrpm-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.c2
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 */