From 099fc00b601fe7775f5fdb18d8473031b8a7ce27 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Apr 2010 01:48:35 +0200 Subject: Add C-based Samba-specific subclass of Ldb. --- source4/param/pyparam.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/param') diff --git a/source4/param/pyparam.h b/source4/param/pyparam.h index 48885c053b..1a06730f38 100644 --- a/source4/param/pyparam.h +++ b/source4/param/pyparam.h @@ -20,6 +20,8 @@ #ifndef _PYPARAM_H_ #define _PYPARAM_H_ +#include "param/param.h" + _PUBLIC_ struct loadparm_context *lp_from_py_object(PyObject *py_obj); _PUBLIC_ struct loadparm_context *py_default_loadparm_context(TALLOC_CTX *mem_ctx); -- cgit