diff options
Diffstat (limited to 'modules/plugin-python/e-plugin-python.c')
-rw-r--r-- | modules/plugin-python/e-plugin-python.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/plugin-python/e-plugin-python.c b/modules/plugin-python/e-plugin-python.c index c4bb9e6c13..aaa6fb2b66 100644 --- a/modules/plugin-python/e-plugin-python.c +++ b/modules/plugin-python/e-plugin-python.c @@ -19,6 +19,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + /* Include <Python.h> first to avoid: * warning: "_POSIX_C_SOURCE" redefined */ #include <Python.h> |