summaryrefslogtreecommitdiff
path: root/graphics/xfig/files/patch-aa
blob: 43b476f75dff4c2b95038f2763953c48393a9c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -u -r1.1 fig.h
--- 1.1	1995/01/25 19:48:10
+++ fig.h	1995/01/25 19:58:44
@@ -20,6 +20,7 @@
 /* For the X stuff, include only Xlib.h and Intrinsic.h here - 
    use figx.h for widget stuff */
 
+#include <sys/param.h>
 #include <sys/stat.h>
 
 #if defined(__convex__) && defined(__STDC__)
@@ -41,7 +42,9 @@
 
 extern int	errno;
 extern int	sys_nerr;
+#if (! (defined(BSD) && (BSD >= 199306)))
 extern char    *sys_errlist[];
+#endif
 extern char    *mktemp();
 
 #include <math.h>	/* for sin(), cos() etc */