diff options
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r-- | sys/pci/meteor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index ac24de7..f836d14 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -157,6 +157,8 @@ #ifdef DEVFS #include <sys/devfsext.h> #endif /* DEVFS */ +#include <sys/uio.h> + #if defined(METEOR_FreeBSD_210) #include <machine/cpu.h> /* bootverbose */ #endif |