diff options
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 0c0e8fe697..d30ffda2e2 100644 --- a/source4/lib/events/events.h +++ b/source4/lib/events/events.h @@ -22,7 +22,7 @@ #ifndef __EVENTS_H__ #define __EVENTS_H__ -#include "talloc/talloc.h" +#include <talloc.h> #include <stdlib.h> struct event_context; |