summaryrefslogtreecommitdiffstats
path: root/src/report-python/common.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-05-23 17:25:21 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-05-23 17:25:21 +0200
commit497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0 (patch)
tree87743b78ac8c78dc23604115e787ae0f02aeb3f1 /src/report-python/common.h
parent28e6bba1e2a35f6bca8f27b5397e1c7fa2171fd4 (diff)
downloadabrt-497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0.tar.gz
abrt-497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0.tar.xz
abrt-497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0.zip
obsolete report with libreport-python
Diffstat (limited to 'src/report-python/common.h')
-rw-r--r--src/report-python/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report-python/common.h b/src/report-python/common.h
index c94e8d90..ee56ad9a 100644
--- a/src/report-python/common.h
+++ b/src/report-python/common.h
@@ -21,6 +21,7 @@
#include "dump_dir.h"
#include "problem_data.h"
#include "run_event.h"
+#include "report.h"
/* exception object */
extern PyObject *ReportError;