aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xmbmon/files/patch-getMB-isa.c
blob: 02d4e1a4f4542cdce7ed0d6fb36be5d78a6a9d30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- getMB-isa.c.orig	Tue Dec 10 08:56:28 2002
+++ getMB-isa.c	Tue Dec 10 08:57:21 2002
@@ -8,6 +8,7 @@
 #include <fcntl.h>
 
 #ifndef LINUX	/* FreeBSD */
+#include <sys/types.h>
 #include <machine/cpufunc.h>
 #define OUTb(x,y)	outb((x),(y))
 #define WAIT	outb(0xEB,0x00)