diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-30 23:08:38 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-30 23:08:38 +0200 |
commit | 89527785bbf5e6410cbb5303238fc4f45c8ab02e (patch) | |
tree | 75ccbccf963f701f5161e7bf5d53592e35334c43 /rpmio/tget.c | |
parent | 95953fe6101829efc8895193205b991c5faf7eb9 (diff) | |
download | rpm-89527785bbf5e6410cbb5303238fc4f45c8ab02e.tar.gz rpm-89527785bbf5e6410cbb5303238fc4f45c8ab02e.tar.bz2 rpm-89527785bbf5e6410cbb5303238fc4f45c8ab02e.zip |
Move logging related macros rpmlog, adjust includes
Diffstat (limited to 'rpmio/tget.c')
-rw-r--r-- | rpmio/tget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/tget.c b/rpmio/tget.c index 40adc4a3a..9e4f21eef 100644 --- a/rpmio/tget.c +++ b/rpmio/tget.c @@ -2,7 +2,7 @@ #include "rpmio/rpmio_internal.h" #include <rpmmacro.h> -#include <rpmmessages.h> +#include <rpmlog.h> #include <popt.h> #include "debug.h" |