blob: d94e0bd11cd053b250b0a2e56a65b3403c032b47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.1.1.1 1999/01/14 20:28:54 frueauf Exp $
--- ncgen/ncgentab.c.orig Wed Sep 17 20:31:03 1997
+++ ncgen/ncgentab.c Sun Sep 27 12:15:56 1998
@@ -82,7 +82,13 @@
#include <memory.h>
#endif
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
+
+#ifndef BSD
#include <values.h>
+#endif
#ifdef __cplusplus
|