diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-16 17:40:42 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-16 17:40:42 +0000 |
| commit | 5591b823d12e70560f330e67efacff791275a9f7 (patch) | |
| tree | bd3bda52d821bf2f9cd002936a811011a9757b06 /sys/dev/dgb | |
| parent | 4adbaec36614afdfb05f2772cd5b35fa0be845a1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dgb')
| -rw-r--r-- | sys/dev/dgb/dgb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index da023aa038642..1ae47547af48d 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.28 1997/09/14 03:19:00 peter Exp $ + * dgb.c $Id: dgb.c,v 1.29 1997/12/06 13:22:03 bde Exp $ * * Digiboard driver. * @@ -27,6 +27,8 @@ * David L. Nugent <davidn@blaze.net.au> */ +#include "opt_compat.h" + #include "dgb.h" #if NDGB > 0 |
