At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11431
revision-id: [EMAIL PROTECTED]
parent: svn-v2:[EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
branch nick: SAMBA_4_0
timestamp: Mon 2007-02-12 14:00:37 +0100
message:
  Fix the build for those that don't have talloc.h installed.
modified:
  source/lib/events/events.h     svn-v2:[EMAIL PROTECTED]
  source/lib/registry/registry.h svn-v2:[EMAIL PROTECTED]
=== modified file 'source/lib/events/events.h'
--- a/source/lib/events/events.h        2007-02-12 12:12:12 +0000
+++ b/source/lib/events/events.h        2007-02-12 13:00:37 +0000
@@ -23,7 +23,7 @@
 #ifndef __EVENTS_H__
 #define __EVENTS_H__
 
-#include "talloc.h"
+#include "talloc/talloc.h"
 #include <stdlib.h>
 
 struct event_context;

=== modified file 'source/lib/registry/registry.h'
--- a/source/lib/registry/registry.h    2007-02-12 12:12:12 +0000
+++ b/source/lib/registry/registry.h    2007-02-12 13:00:37 +0000
@@ -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 */

Reply via email to