diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-12 13:04:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:05 -0500 |
commit | f851eb8dc662c72242388a01dedbfc0f4ec0dfe1 (patch) | |
tree | 8211a313d4ca4dc6053c8559d94e0b6dc51f2896 /source4/lib/events | |
parent | 43014e70c3eae8a333620111210c667e8eaf618f (diff) | |
download | samba-f851eb8dc662c72242388a01dedbfc0f4ec0dfe1.tar.gz samba-f851eb8dc662c72242388a01dedbfc0f4ec0dfe1.tar.bz2 samba-f851eb8dc662c72242388a01dedbfc0f4ec0dfe1.zip |
r21299: Fix the build for those that don't have talloc.h installed.
(This used to be commit e782035251fd3d51a7a4221d107519fb1ba70ba7)
Diffstat (limited to 'source4/lib/events')
-rw-r--r-- | source4/lib/events/events.h | 2 |
1 files changed, 1 insertions, 1 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 <stdlib.h> struct event_context; |