diff options
-rw-r--r-- | source3/python/py_spoolss_forms.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_forms.c b/source3/python/py_spoolss_forms.c index 24724dba25..1d3d4ecf19 100644 --- a/source3/python/py_spoolss_forms.c +++ b/source3/python/py_spoolss_forms.c @@ -20,6 +20,8 @@ #include "includes.h" #include "Python.h" + +#include "python/py_conv.h" #include "python/py_spoolss.h" struct pyconv py_FORM[] = { |