diff options
Diffstat (limited to 'sysutils/mbmon/files/patch-getMB-via.c')
-rw-r--r-- | sysutils/mbmon/files/patch-getMB-via.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/mbmon/files/patch-getMB-via.c b/sysutils/mbmon/files/patch-getMB-via.c new file mode 100644 index 000000000000..81e59e2e893e --- /dev/null +++ b/sysutils/mbmon/files/patch-getMB-via.c @@ -0,0 +1,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) |