r21299: Fix the build for those that don't have talloc.h installed.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 12 Feb 2007 13:04:09 +0000 (13:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:05 +0000 (14:48 -0500)
(This used to be commit e782035251fd3d51a7a4221d107519fb1ba70ba7)

source4/lib/events/events.h
source4/lib/registry/registry.h

index 85c4527273970b0eb443ecb9490d1c622e0b7765..94dc56055cc116e1d8f3097cb24d56ed3146e443 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __EVENTS_H__
 #define __EVENTS_H__
 
-#include "talloc.h"
+#include "talloc/talloc.h"
 #include <stdlib.h>
 
 struct event_context;
index d67f1c2be81b89c5c806b22f5a61ca58b9d01f35..4bf422d027fcc87c29c643e620f4e347617ef003 100644 (file)
@@ -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 */