From a99b6219a810a1cd10bd62a6716780602808f0cd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 12:15:17 +0000 Subject: r3481: split out client.h and events.h (This used to be commit c6f486574470a311e0d336c026103f131451e21e) --- source4/smbd/process_standard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/smbd/process_standard.c') diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index 781a9eb55a..3741ce1b46 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "events.h" #include "dlinklist.h" #include "smb_server/smb_server.h" #include "process_model.h" -- cgit