diff --git a/source/lib/events/events.h b/source/lib/events/events.h index 85c45272739..94dc56055cc 100644 --- a/source/lib/events/events.h +++ b/source/lib/events/events.h @@ -23,7 +23,7 @@ #ifndef __EVENTS_H__ #define __EVENTS_H__ -#include "talloc.h" +#include "talloc/talloc.h" #include struct event_context; diff --git a/source/lib/registry/registry.h b/source/lib/registry/registry.h index d67f1c2be81..4bf422d027f 100644 --- a/source/lib/registry/registry.h +++ b/source/lib/registry/registry.h @@ -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 */