From c200e8632f70dfbdf67279ed5c621d0fe97e1d2d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 31 Mar 2009 20:33:33 +0200 Subject: tsocket: try to fix the build on solaris FIONREAD was missing metze --- lib/tsocket/tsocket_bsd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tsocket/tsocket_bsd.c b/lib/tsocket/tsocket_bsd.c index 3d13dfd47d..8254f5d9d3 100644 --- a/lib/tsocket/tsocket_bsd.c +++ b/lib/tsocket/tsocket_bsd.c @@ -22,6 +22,7 @@ */ #include "replace.h" +#include "system/filesys.h" #include "system/network.h" #include "tsocket.h" #include "tsocket_internal.h" -- cgit