diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 10:33:27 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 10:33:27 +0000 |
commit | 08637435f22f9a440b841624d8f1d32d36a900d3 (patch) | |
tree | 1bf3f2546b3336479442ee361a8140f46e48b2ca /sys/dev/joy | |
parent | 8781d8e928fbfc9853e6f770374e063384a05bcd (diff) |
Notes
Diffstat (limited to 'sys/dev/joy')
-rw-r--r-- | sys/dev/joy/joy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 84682a929247f..072be4edb5c54 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -39,6 +39,7 @@ #ifdef DEVFS #include <sys/devfsext.h> #endif /*DEVFS*/ +#include <sys/uio.h> #include <machine/clock.h> #include <machine/joystick.h> |