diff options
Diffstat (limited to 'python/wrap_objs.h')
-rw-r--r-- | python/wrap_objs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/wrap_objs.h b/python/wrap_objs.h index c0889a10..2812bb71 100644 --- a/python/wrap_objs.h +++ b/python/wrap_objs.h @@ -9,6 +9,8 @@ #include <xmlsec/xmlsec.h> +#include <lasso/protocols/protocols.h> + typedef struct { PyObject_HEAD xmlDocPtr obj; |