summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/events/events.h2
-rw-r--r--source4/lib/registry/registry.h2
2 files changed, 2 insertions, 2 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;
diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h
index d67f1c2be8..4bf422d027 100644
--- a/source4/lib/registry/registry.h
+++ b/source4/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 */