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/tgi.c | |
parent | 8f3334f5f73c80ee6ea9dd9d272ac757abeebd6d (diff) | |
download | librpm-tizen-226e626dae6e2f55351b4616620ac616eaaea698.tar.gz librpm-tizen-226e626dae6e2f55351b4616620ac616eaaea698.tar.bz2 librpm-tizen-226e626dae6e2f55351b4616620ac616eaaea698.zip |
Include "rpmgi.h" instead of <rpmgi.h>.
Diffstat (limited to 'lib/tgi.c')
-rw-r--r-- | lib/tgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include "system.h" -#include <rpmgi.h> +#include "rpmgi.h" #include "rpmcli.h" #include <rpmte.h> |