diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:47:23 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:47:23 +0100 |
commit | 226e626dae6e2f55351b4616620ac616eaaea698 (patch) | |
tree | 3c59e7b884ba2d341c091ae972ae04b59afc6aa0 /lib/rpmgi.c | |
parent | 8f3334f5f73c80ee6ea9dd9d272ac757abeebd6d (diff) | |
download | rpm-226e626dae6e2f55351b4616620ac616eaaea698.tar.gz rpm-226e626dae6e2f55351b4616620ac616eaaea698.tar.bz2 rpm-226e626dae6e2f55351b4616620ac616eaaea698.zip |
Include "rpmgi.h" instead of <rpmgi.h>.
Diffstat (limited to 'lib/rpmgi.c')
-rw-r--r-- | lib/rpmgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmgi.c b/lib/rpmgi.c index 92a65c668..65624df18 100644 --- a/lib/rpmgi.c +++ b/lib/rpmgi.c @@ -8,7 +8,7 @@ #define _RPMGI_INTERNAL #define _RPMTS_INTERNAL /* XXX ts->probs et al */ -#include <rpmgi.h> +#include "rpmgi.h" #include "rpmdb.h" #include "rpmmacro.h" /* XXX rpmExpand */ |