diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-23 03:37:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-23 03:37:54 +0000 |
| commit | 3ac4d1ef0cb63052d971dfb2c6ec0cfc0936bdce (patch) | |
| tree | d5362cd33818510de25aca3387c5ff2e95430292 /sys/dev/dgb | |
| parent | c5d593ae63737614194288420e647f53edbf5727 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dgb')
| -rw-r--r-- | sys/dev/dgb/dgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index af4fcc24952d..10f7728e9d34 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id$ + * dgb.c $Id: dgb.c,v 1.23 1997/02/22 09:29:42 peter Exp $ * * Digiboard driver. * @@ -50,7 +50,7 @@ #include <sys/proc.h> #include <sys/conf.h> #include <sys/dkstat.h> -#include <sys/file.h> +#include <sys/fcntl.h> #include <sys/uio.h> #include <sys/kernel.h> #include <sys/sysctl.h> |
