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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/events') 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; -- cgit