summaryrefslogtreecommitdiff
path: root/math/yacas/patches/patch-ag
blob: c84f72a81e97eee3c5c23bc552de8385d33c4724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ag,v 1.1 2000/03/23 13:40:43 agc Exp $

--- server/serverloopthreaded.cc	2000/03/23 13:27:39	1.1
+++ server/serverloopthreaded.cc	2000/03/23 13:27:54
@@ -4,6 +4,9 @@
 #include <netinet/in.h>
 #include <sys/time.h>
 #include <sys/ioctl.h>
+#if defined(__sun__) && defined(__svr4__)
+#include <sys/filio.h>
+#endif
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>