diff options
Diffstat (limited to 'lang/python/helpers.c')
| -rw-r--r-- | lang/python/helpers.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lang/python/helpers.c b/lang/python/helpers.c index d6cbb883..2b381729 100644 --- a/lang/python/helpers.c +++ b/lang/python/helpers.c @@ -24,7 +24,9 @@  #include <stdlib.h>  #include <string.h>  #include "Python.h" +  #include "helpers.h" +#include "private.h"  static PyObject *GPGMEError = NULL; | 
