X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcpython.h;h=2a14ce071795ab50c68c2eabcc058bb227e56f5f;hb=6c6314c7ccca4dae0b9233061dbdf36040dadffe;hp=b5a1754a912132931df542e7d6081b98dc688bb3;hpb=f7cf0dad2e933ac6066ca5f27645ee577f065710;p=collectd.git diff --git a/src/cpython.h b/src/cpython.h index b5a1754a..2a14ce07 100644 --- a/src/cpython.h +++ b/src/cpython.h @@ -24,6 +24,10 @@ * Sven Trenkel **/ +/* Some python versions don't include this by default. */ + +#include + /* These two macros are basicly Py_BEGIN_ALLOW_THREADS and Py_BEGIN_ALLOW_THREADS * from the other direction. If a Python thread calls a C function * Py_BEGIN_ALLOW_THREADS is used to allow other python threads to run because