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/url.c | |
parent | 454f5ddff8cc114c0ff0b0dc13d6570276ce715d (diff) | |
download | rpm-942da0293731a75e3f8c40467f079b863d36ea30.tar.gz rpm-942da0293731a75e3f8c40467f079b863d36ea30.tar.bz2 rpm-942da0293731a75e3f8c40467f079b863d36ea30.zip |
Include "rpmmessages.h" instead of <rpmmessages.h>.
Diffstat (limited to 'rpmio/url.c')
-rw-r--r-- | rpmio/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/url.c b/rpmio/url.c index fbafac873..dae32fb8d 100644 --- a/rpmio/url.c +++ b/rpmio/url.c @@ -7,7 +7,7 @@ #include <netinet/in.h> #include <rpmmacro.h> -#include <rpmmessages.h> +#include "rpmmessages.h" #include "rpmurl.h" #include "rpmio.h" |