diff options
Diffstat (limited to 'lang/python/helpers.h')
-rw-r--r-- | lang/python/helpers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python/helpers.h b/lang/python/helpers.h index 9200f937..67d23b2e 100644 --- a/lang/python/helpers.h +++ b/lang/python/helpers.h @@ -18,6 +18,10 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <gpgme.h> #include "Python.h" |