diff options
author | kato <kato@FreeBSD.org> | 1999-04-03 02:32:54 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-04-03 02:32:54 +0000 |
commit | a9849f06ce4a04859e7bc0fdfeed13c40600bd00 (patch) | |
tree | f71146a9ac2c6307880826e351fca37ca1eb14c2 /sys/i386/isa | |
parent | 53c1c29e25da33d87fc11e217f14fe066d8b1ea1 (diff) | |
download | FreeBSD-src-a9849f06ce4a04859e7bc0fdfeed13c40600bd00.zip FreeBSD-src-a9849f06ce4a04859e7bc0fdfeed13c40600bd00.tar.gz |
Include nss.h only when PC98 is defined.
Pointed out by: "Pierre Y. Dampure" <pierre.dampure@k2c.co.uk>
Diffstat (limited to 'sys/i386/isa')
-rw-r--r-- | sys/i386/isa/sound/local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h index 2d81c52..cf8a219 100644 --- a/sys/i386/isa/sound/local.h +++ b/sys/i386/isa/sound/local.h @@ -101,10 +101,12 @@ #define CONFIG_YM3812 #endif +#ifdef PC98 #include "nss.h" #if NNSS != 0 #define CONFIG_NSS #endif +#endif #define ALLOW_POLL |