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 /tools | |
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 'tools')
-rw-r--r-- | tools/rpmdeps.c | 2 |
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> |