diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 04:38:57 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 04:38:57 +0100 |
commit | d58270c5373416997cc70fe392b307a4522e43d9 (patch) | |
tree | 08e833856d97b6e412b703e72308da9ffee2f3ac /source4/lib/registry | |
parent | 24b62772ab78a84d4a35f5eb15e327b6b76782b0 (diff) | |
download | samba-d58270c5373416997cc70fe392b307a4522e43d9.tar.gz samba-d58270c5373416997cc70fe392b307a4522e43d9.tar.bz2 samba-d58270c5373416997cc70fe392b307a4522e43d9.zip |
Add header for pyparam.
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/pyregistry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/pyregistry.c b/source4/lib/registry/pyregistry.c index b93071f703..2d2f2fb685 100644 --- a/source4/lib/registry/pyregistry.c +++ b/source4/lib/registry/pyregistry.c @@ -24,8 +24,8 @@ #include "scripting/python/modules.h" /* for py_iconv_convenience() */ #include <pytalloc.h> #include <tevent.h> +#include "param/pyparam.h" -extern struct loadparm_context *lp_from_py_object(PyObject *py_obj); extern struct cli_credentials *cli_credentials_from_py_object(PyObject *py_obj); PyAPI_DATA(PyTypeObject) PyRegistryKey; |