summaryrefslogtreecommitdiff
path: root/tools/rpmdeps.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 /tools/rpmdeps.c
parent64b30f9a12a18e30ca52512e41e977e009e8e14e (diff)
downloadrpm-14d434925b894dff35f5a53e25ba651218a86634.tar.gz
rpm-14d434925b894dff35f5a53e25ba651218a86634.tar.bz2
rpm-14d434925b894dff35f5a53e25ba651218a86634.zip
Include "rpmbuild.h" instead of <rpmbuild.h>.
Diffstat (limited to 'tools/rpmdeps.c')
-rw-r--r--tools/rpmdeps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rpmdeps.c b/tools/rpmdeps.c
index 36e244a52..425dcc925 100644
--- a/tools/rpmdeps.c
+++ b/tools/rpmdeps.c
@@ -1,7 +1,7 @@
#include "system.h"
const char *__progname;
-#include <rpmbuild.h>
+#include "rpmbuild.h"
#include "argv.h"
#include "rpmds.h"
#include <rpmfc.h>