From 01dd6091edaa3e5d6ce972956bdaff5e8575d53f Mon Sep 17 00:00:00 2001 From: eivind Date: Tue, 16 Dec 1997 17:40:42 +0000 Subject: Make COMPAT_43 and COMPAT_SUNOS new-style options. --- sys/dev/snp/snp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/snp') diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 738c871..55db19f 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 #include #include -- cgit v1.1