From 99a0819d935bbdfb34226e54ff50ed78b1fc6da0 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 1 Apr 2009 12:57:06 +0200 Subject: rewritten CDebugDump and CrashTypes --- src/Daemon/DBusCommon.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Daemon') diff --git a/src/Daemon/DBusCommon.h b/src/Daemon/DBusCommon.h index 7582541..8923f42 100644 --- a/src/Daemon/DBusCommon.h +++ b/src/Daemon/DBusCommon.h @@ -21,7 +21,12 @@ #define CC_DBUS_PATH "/com/redhat/abrt" #define CC_DBUS_IFACE "com.redhat.abrt" +#include +#include +#include + //typedef std::vector vector_crash_infos_t; typedef std::vector< std::vector > dbus_vector_crash_infos_t; typedef std::vector< std::map > dbus_vector_map_crash_infos_t; -typedef std::map dbus_map_report_info_t; +//typedef std::map dbus_map_report_info_t; +typedef std::vector dbus_vector_crash_report_info_t; -- cgit