summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-14 15:34:08 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-14 17:18:46 +0200
commit88ecf1a9b8032669e097cca448c0640d1453a234 (patch)
tree953498a6539458b97d7e8e3606594d7880f1345b /source4/lib/registry
parent1022c28e15acfc68aedc8b6853417d2f1f357f2a (diff)
downloadsamba-88ecf1a9b8032669e097cca448c0640d1453a234.tar.gz
samba-88ecf1a9b8032669e097cca448c0640d1453a234.tar.bz2
samba-88ecf1a9b8032669e097cca448c0640d1453a234.zip
Use public pytalloc header file.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Aug 14 17:18:46 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/pyregistry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/pyregistry.c b/source4/lib/registry/pyregistry.c
index 162c5ea0fc..ff62279155 100644
--- a/source4/lib/registry/pyregistry.c
+++ b/source4/lib/registry/pyregistry.c
@@ -22,7 +22,7 @@
#include "includes.h"
#include "libcli/util/pyerrors.h"
#include "lib/registry/registry.h"
-#include "lib/talloc/pytalloc.h"
+#include <pytalloc.h>
#include "lib/events/events.h"
#include "auth/credentials/pycredentials.h"
#include "param/pyparam.h"