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/nmbd | |
parent | 0adc1645e23fedf52b10ed545eb9935df9ad7b6f (diff) | |
download | samba-b38d0542e193512796d5d9502ac8d688a1036157.tar.gz samba-b38d0542e193512796d5d9502ac8d688a1036157.tar.bz2 samba-b38d0542e193512796d5d9502ac8d688a1036157.zip |
samba: share select wrappers.
Guenther
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_packets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c index 2dd218aece..5d5a67bf62 100644 --- a/source3/nmbd/nmbd_packets.c +++ b/source3/nmbd/nmbd_packets.c @@ -22,6 +22,7 @@ #include "includes.h" #include "nmbd/nmbd.h" +#include "../lib/util/select.h" extern int ClientNMB; extern int ClientDGRAM; |