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 /python/rpmmodule.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 'python/rpmmodule.c')
-rw-r--r-- | python/rpmmodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c index d9f3259c8..0d90048f8 100644 --- a/python/rpmmodule.c +++ b/python/rpmmodule.c @@ -6,6 +6,7 @@ #include <rpmdb.h> #include <rpmsq.h> +#include <rpmlog.h> #include "header-py.h" #include "rpmal-py.h" |