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

--- server/serverloopsingle.cc	2000/03/23 13:31:30	1.1
+++ server/serverloopsingle.cc	2000/03/23 13:31:39
@@ -5,6 +5,9 @@
 #include <sys/time.h>
 #include <sys/ioctl.h>
 #include <sys/un.h>
+#if defined(__sun__) && defined(__svr4__)
+#include <sys/filio.h>
+#endif
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>