diff options
Diffstat (limited to 'Include/pystate.h')
-rw-r--r-- | Include/pystate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/pystate.h b/Include/pystate.h index 15a264c..41024e8 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -23,6 +23,9 @@ typedef struct _is { PyObject *builtins; int checkinterval; +#ifdef HAVE_DLOPEN + int dlopenflags; +#endif } PyInterpreterState; |