summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-12 13:04:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:05 -0500
commitf851eb8dc662c72242388a01dedbfc0f4ec0dfe1 (patch)
tree8211a313d4ca4dc6053c8559d94e0b6dc51f2896 /source4/lib/registry
parent43014e70c3eae8a333620111210c667e8eaf618f (diff)
downloadsamba-f851eb8dc662c72242388a01dedbfc0f4ec0dfe1.tar.gz
samba-f851eb8dc662c72242388a01dedbfc0f4ec0dfe1.tar.bz2
samba-f851eb8dc662c72242388a01dedbfc0f4ec0dfe1.zip
r21299: Fix the build for those that don't have talloc.h installed.
(This used to be commit e782035251fd3d51a7a4221d107519fb1ba70ba7)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h
index d67f1c2be8..4bf422d027 100644
--- a/source4/lib/registry/registry.h
+++ b/source4/lib/registry/registry.h
@@ -23,7 +23,7 @@
#define _REGISTRY_H
#include "core.h"
-#include "talloc.h"
+#include "talloc/talloc.h"
#include "librpc/gen_ndr/security.h"
/* Handles for the predefined keys */