From cd9559886a4eefbefea183375f89af4e152af0d6 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sat, 3 Apr 1999 02:32:54 +0000 Subject: [PATCH] Include nss.h only when PC98 is defined. Pointed out by: "Pierre Y. Dampure" --- sys/i386/isa/sound/local.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h index 2d81c528d37..cf8a2193f60 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