all repos — openbox @ 238355f190d9a147f812605af5506173e788e378

openbox fork - make it a bit more like ryudo

put the Python.h header in the .cc
Dana Jansens danakj@orodu.net
commit

238355f190d9a147f812605af5506173e788e378

parent

54e85b2599e0f8565e8fead1015603828e103b4a

2 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/python.ccsrc/python.cc

@@ -8,6 +8,10 @@ #include "bindings.hh"

#include "otk/display.hh" #include "otk/util.hh" +extern "C" { +#include <Python.h> +} + namespace ob { static PyObject *obdict = NULL;
M src/python.hhsrc/python.hh

@@ -14,7 +14,6 @@ #include "otk/ustring.hh"

extern "C" { #include <X11/Xlib.h> -#include <Python.h> } #include <string>