summaryrefslogtreecommitdiff
path: root/src/python.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python.cc')
-rw-r--r--src/python.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/python.cc b/src/python.cc
index 64398e38..2db948c2 100644
--- a/src/python.cc
+++ b/src/python.cc
@@ -8,6 +8,10 @@
#include "otk/display.hh"
#include "otk/util.hh"
+extern "C" {
+#include <Python.h>
+}
+
namespace ob {
static PyObject *obdict = NULL;