diff options
author | Günther Deschner <gd@samba.org> | 2010-08-26 09:58:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-20 13:54:42 -0700 |
commit | c7fe04abc791dd1b3c5272a96fb5f26f6ce5c252 (patch) | |
tree | 94a584e27c79c9cbb0a5277a51ee21562dc1eb27 /source3/smbd/process.c | |
parent | 58c79b828baa15ba1619574c8277c455364676e8 (diff) | |
download | samba-c7fe04abc791dd1b3c5272a96fb5f26f6ce5c252.tar.gz samba-c7fe04abc791dd1b3c5272a96fb5f26f6ce5c252.tar.xz samba-c7fe04abc791dd1b3c5272a96fb5f26f6ce5c252.zip |
s3-build: only include async headers where needed.
Guenther
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r-- | source3/smbd/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 40009c8a3c7..434f52889b7 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -22,6 +22,7 @@ #include "smbd/globals.h" #include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/messaging.h" +#include "../lib/async_req/async_sock.h" extern bool global_machine_password_needs_changing; |