diff --git a/go-python.h b/go-python.h index b067eb0..db74a66 100644 --- a/go-python.h +++ b/go-python.h @@ -1,10 +1,18 @@ #ifndef GOPYTHON_GOPYTHON_H #define GOPYTHON_GOPYTHON_H 1 +#ifdef __APPLE__ +#include "Python/Python.h" + +#include "Python/frameobject.h" +#include "Python/marshal.h" +#else #include "Python.h" #include "frameobject.h" #include "marshal.h" +#endif + /* stdlib */ #include