diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:17:49 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:17:49 +0100 |
commit | 942da0293731a75e3f8c40467f079b863d36ea30 (patch) | |
tree | a322df81b18d35af316446ea6bd6e6359a2e8a1d /rpmio/tglob.c | |
parent | 454f5ddff8cc114c0ff0b0dc13d6570276ce715d (diff) | |
download | librpm-tizen-942da0293731a75e3f8c40467f079b863d36ea30.tar.gz librpm-tizen-942da0293731a75e3f8c40467f079b863d36ea30.tar.bz2 librpm-tizen-942da0293731a75e3f8c40467f079b863d36ea30.zip |
Include "rpmmessages.h" instead of <rpmmessages.h>.
Diffstat (limited to 'rpmio/tglob.c')
-rw-r--r-- | rpmio/tglob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/tglob.c b/rpmio/tglob.c index 1ec27668e..e8b5d10fb 100644 --- a/rpmio/tglob.c +++ b/rpmio/tglob.c @@ -2,7 +2,7 @@ #include <rpmio_internal.h> #include <rpmmacro.h> -#include <rpmmessages.h> +#include "rpmmessages.h" #include <popt.h> #include "debug.h" |