From 64172f586386c85b05430149101b41e8678aee0f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 26 Mar 2002 11:09:35 +0000 Subject: #include "py_conv.h" (This used to be commit 2c935bc1eab20fd72f0bd4577c0e2140d6fcc3d3) --- source3/python/py_spoolss_forms.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') 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[] = { -- cgit