summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-23 14:43:29 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-23 14:43:29 +0200
commit59ec4cea2352b788de16481e56bdc905a11234d5 (patch)
treefd9100782fbc412d7ef54a5a5d664404ef020fff /lib/Plugins/Python.cpp
parentbcf4c69ca5fdd6489ca1c09890971fc8f647aa1b (diff)
downloadabrt-59ec4cea2352b788de16481e56bdc905a11234d5.tar.gz
abrt-59ec4cea2352b788de16481e56bdc905a11234d5.tar.xz
abrt-59ec4cea2352b788de16481e56bdc905a11234d5.zip
fixed Python plugin stub
Diffstat (limited to 'lib/Plugins/Python.cpp')
-rw-r--r--lib/Plugins/Python.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp
index 82d52289..dcf78fa1 100644
--- a/lib/Plugins/Python.cpp
+++ b/lib/Plugins/Python.cpp
@@ -1,6 +1,7 @@
-#include "Pyhon.h"
+#include "Python.h"
#include "DebugDump.h"
#include <sstream>
+#include <iomanip>
#include <nss.h>
#include <sechash.h>