Rev 11431: Fix the build for those that don't have talloc.h installed. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Mon Feb 12 13:00:52 GMT 2007


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

------------------------------------------------------------
revno: 11431
revision-id: jelmer at samba.org-20070212130037-e7t2bh0ufajvi8m6
parent: svn-v2:21298 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
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:5197 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2fevents%2fevents.h
  source/lib/registry/registry.h svn-v2:10026 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2fregistry%2fregistry.h
=== 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 */



More information about the samba-cvs mailing list