diff options
Diffstat (limited to 'lib/command_py.c')
| -rw-r--r-- | lib/command_py.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/command_py.c b/lib/command_py.c index 1554af172f..4ec116df33 100644 --- a/lib/command_py.c +++ b/lib/command_py.c @@ -22,6 +22,12 @@ * memory leak or SEGV for things that haven't been well-tested. */ +/* This file is "exempt" from having +#include "config.h" + * as the first include statement because Python.h also does environment + * setup & these trample over each other. + */ + #include <Python.h> #include "structmember.h" #include <string.h> |
