mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
Include nss.h only when PC98 is defined.
Pointed out by: "Pierre Y. Dampure" <pierre.dampure@k2c.co.uk>
This commit is contained in:
parent
1eb80b4532
commit
cd9559886a
1 changed files with 2 additions and 0 deletions
|
|
@ -101,10 +101,12 @@
|
|||
#define CONFIG_YM3812
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
#include "nss.h"
|
||||
#if NNSS != 0
|
||||
#define CONFIG_NSS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define ALLOW_POLL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue