From d58270c5373416997cc70fe392b307a4522e43d9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 22 Dec 2008 04:38:57 +0100 Subject: Add header for pyparam. --- source4/scripting/python/pyglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python') diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index fc9c4a94b5..1b59978477 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -29,10 +29,10 @@ #include "libcli/util/pyerrors.h" #include "libcli/security/security.h" #include "auth/pyauth.h" +#include "param/pyparam.h" /* FIXME: These should be in a header file somewhere, once we finish moving * away from SWIG .. */ -extern struct loadparm_context *lp_from_py_object(PyObject *py_obj); extern struct cli_credentials *cli_credentials_from_py_object(PyObject *py_obj); #define PyErr_LDB_OR_RAISE(py_ldb, ldb) \ -- cgit