From f851eb8dc662c72242388a01dedbfc0f4ec0dfe1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 12 Feb 2007 13:04:09 +0000 Subject: r21299: Fix the build for those that don't have talloc.h installed. (This used to be commit e782035251fd3d51a7a4221d107519fb1ba70ba7) --- source4/lib/events/events.h | 2 +- source4/lib/registry/registry.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/lib/events/events.h b/source4/lib/events/events.h index 85c4527273..94dc56055c 100644 --- a/source4/lib/events/events.h +++ b/source4/lib/events/events.h @@ -23,7 +23,7 @@ #ifndef __EVENTS_H__ #define __EVENTS_H__ -#include "talloc.h" +#include "talloc/talloc.h" #include struct event_context; 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 */ -- cgit