aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xmbmon/files/patch-getMB-via.c
blob: 81e59e2e893e8747de159d85c91dfebca1dbfcf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- getMB-via.c.orig	Tue Dec 10 08:56:53 2002
+++ getMB-via.c	Tue Dec 10 08:59:07 2002
@@ -11,6 +11,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)