From b38d0542e193512796d5d9502ac8d688a1036157 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 1 Oct 2010 10:08:15 +0200 Subject: samba: share select wrappers. Guenther --- source3/lib/packet.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/packet.c') diff --git a/source3/lib/packet.c b/source3/lib/packet.c index c131b973bc..fefb74a0c5 100644 --- a/source3/lib/packet.c +++ b/source3/lib/packet.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../lib/util/select.h" struct packet_context { int fd; -- cgit