diff options
author | Tim Potter <tpot@samba.org> | 2002-03-26 11:09:35 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-03-26 11:09:35 +0000 |
commit | 64172f586386c85b05430149101b41e8678aee0f (patch) | |
tree | 878bad215aaf042c53ea9b2571ef683cb3d85b95 | |
parent | 1e926afe0fe9dd2b188d74fa57312265b107bdab (diff) | |
download | samba-64172f586386c85b05430149101b41e8678aee0f.tar.gz samba-64172f586386c85b05430149101b41e8678aee0f.tar.bz2 samba-64172f586386c85b05430149101b41e8678aee0f.zip |
#include "py_conv.h"
(This used to be commit 2c935bc1eab20fd72f0bd4577c0e2140d6fcc3d3)
-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[] = { |