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/snp | |
| parent | 4adbaec36614afdfb05f2772cd5b35fa0be845a1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/snp')
| -rw-r--r-- | sys/dev/snp/snp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 738c871c2583..55db19f2c4a0 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -17,6 +17,8 @@ #if NSNP > 0 +#include "opt_compat.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/filio.h> |
