14 lines
372 B
Text
14 lines
372 B
Text
$NetBSD: patch-ac,v 1.3 2001/01/07 04:05:03 thorpej Exp $
|
|
|
|
--- port.h.orig Sun Oct 26 17:10:19 1997
|
|
+++ port.h Sat Jan 6 19:46:26 2001
|
|
@@ -28,6 +28,9 @@
|
|
#elif defined(FREEBSD)
|
|
#include <machine/cpufunc.h>
|
|
#include <stdio.h>
|
|
+#elif defined(NETBSD)
|
|
+#include <sys/types.h>
|
|
+#include <machine/pio.h>
|
|
#elif defined(BSDI)
|
|
#include <machine/inline.h>
|
|
#elif defined(LYNX)
|