summaryrefslogtreecommitdiffstats
path: root/src/report-python/common.h
diff options
context:
space:
mode:
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 f0e8727a..99c311cd 100644
--- a/src/report-python/common.h
+++ b/src/report-python/common.h
@@ -24,6 +24,7 @@ extern PyObject *ReportError;
/* type objects */
extern PyTypeObject p_crash_data_type;
extern PyTypeObject p_dump_dir_type;
+extern PyTypeObject p_run_event_state_type;
/* module-level functions */
PyObject *p_dd_opendir(PyObject *module, PyObject *args);