summaryrefslogtreecommitdiff
path: root/graphics/cqcam/patches/patch-ac
blob: 572bd535b31dee54ca4b1cdf69d1d9e90141a1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- port.h.orig	Sun Aug 23 21:09:15 1998
+++ port.h	Sun Aug 23 21:09:42 1998
@@ -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)