diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 07:18:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:17 -0500 |
commit | aa34fcebf8aa0660574a7c6976b33b3f37985e27 (patch) | |
tree | 2000842de3e3426c9d4b5fbc0baf4d955bcfbc76 /source4/smbd/process_model.c | |
parent | 8867664ad2aea57d43a8547572af5de6db0968ba (diff) | |
download | samba-aa34fcebf8aa0660574a7c6976b33b3f37985e27.tar.gz |
r3466: split out request.h, signing.h, and smb_server.h
(This used to be commit 7c4e6ebf05790dd6e29896dd316db0fff613aa4e)
Diffstat (limited to 'source4/smbd/process_model.c')
-rw-r--r-- | source4/smbd/process_model.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/smbd/process_model.c b/source4/smbd/process_model.c index 0bdb3163176..101a24b6946 100644 --- a/source4/smbd/process_model.c +++ b/source4/smbd/process_model.c @@ -20,6 +20,8 @@ */ #include "includes.h" +#include "smb_server/smb_server.h" +#include "smbd/process_model.h" /* setup the events for the chosen process model |