$NetBSD: patch-ae,v 1.1 2000/03/23 13:40:42 agc Exp $

Include a header file for FIONREAD

--- server/serverloop.cc	2000/03/23 12:09:40	1.1
+++ server/serverloop.cc	2000/03/23 12:10:41
@@ -1,5 +1,8 @@
 #include <sys/types.h>
 #include <sys/socket.h>
+#if defined(__sun__) && defined(__svr4__)
+#include <sys/filio.h>
+#endif
 #include <stdio.h>
 #include <netinet/in.h>
 #include <sys/time.h>
