From 8b22e91dc2ac3e73d628486c91f83da5a0e5ec44 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Thu, 19 Aug 2010 11:11:16 +0200 Subject: rpm.c needs logging.h -> include it --- src/daemon/rpm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon') diff --git a/src/daemon/rpm.c b/src/daemon/rpm.c index 86e316f0..ce8da692 100644 --- a/src/daemon/rpm.c +++ b/src/daemon/rpm.c @@ -19,6 +19,7 @@ //#include "abrtlib.h" #include "rpm.h" #include "abrt_packages.h" +#include "logging.h" /** * A set, which contains finger prints. -- cgit