diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 12:15:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:20 -0500 |
commit | a99b6219a810a1cd10bd62a6716780602808f0cd (patch) | |
tree | 56cd12199083444dda5b66ef3c276327bbe864cd /source4/lib | |
parent | 8228a362a9d70ae51c04d11840fa081794d26c68 (diff) | |
download | samba-a99b6219a810a1cd10bd62a6716780602808f0cd.tar.gz samba-a99b6219a810a1cd10bd62a6716780602808f0cd.tar.bz2 samba-a99b6219a810a1cd10bd62a6716780602808f0cd.zip |
r3481: split out client.h and events.h
(This used to be commit c6f486574470a311e0d336c026103f131451e21e)
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" |