$NetBSD: patch-stream5250.cc,v 1.1 2014/02/24 13:11:53 wiedi Exp $ need filio.h for FIONBIO on SunOS --- stream5250.cc.orig 1999-04-05 16:25:45.000000000 +0000 +++ stream5250.cc @@ -27,6 +27,9 @@ #include #ifndef WIN32 #include +#if defined(__sun) +#include +#endif #include #include #include