diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/events.c | 1 | ||||
-rw-r--r-- | source4/lib/messaging/messaging.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/events.c b/source4/lib/events.c index 4fb1e42ba3..f53a244c6d 100644 --- a/source4/lib/events.c +++ b/source4/lib/events.c @@ -68,6 +68,7 @@ #include "system/time.h" #include "system/select.h" #include "dlinklist.h" +#include "events.h" /* create a event_context structure. This must be the first events diff --git a/source4/lib/messaging/messaging.c b/source4/lib/messaging/messaging.c index 48d608ee94..f862b2d505 100644 --- a/source4/lib/messaging/messaging.c +++ b/source4/lib/messaging/messaging.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "events.h" #include "system/time.h" #include "messages.h" #include "dlinklist.h" |