diff options
author | Günther Deschner <gd@samba.org> | 2010-10-01 10:08:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-01 22:30:22 +0200 |
commit | b38d0542e193512796d5d9502ac8d688a1036157 (patch) | |
tree | d2815827c2a6695696f5ff8dd8853a70700ea7e9 /source3/smbd | |
parent | 0adc1645e23fedf52b10ed545eb9935df9ad7b6f (diff) | |
download | samba-b38d0542e193512796d5d9502ac8d688a1036157.tar.gz samba-b38d0542e193512796d5d9502ac8d688a1036157.tar.bz2 samba-b38d0542e193512796d5d9502ac8d688a1036157.zip |
samba: share select wrappers.
Guenther
Diffstat (limited to 'source3/smbd')
-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 4db54f39c0..a484dfd3f2 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -24,6 +24,7 @@ #include "librpc/gen_ndr/messaging.h" #include "../lib/async_req/async_sock.h" #include "ctdbd_conn.h" +#include "../lib/util/select.h" extern bool global_machine_password_needs_changing; |