diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-10 19:09:12 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-10 19:09:12 +0000 |
| commit | 80f495ec7ef621236131e553acf05f59bd26d6c4 (patch) | |
| tree | 0b899ec8a7a746aa34186c3eca057fd9b12032e1 | |
| parent | 13379e47c1f73ad861f1b7f1757424b558cb98cf (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/sound/local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h index e80b780be8b8..4cf2b46f7b9e 100644 --- a/sys/i386/isa/sound/local.h +++ b/sys/i386/isa/sound/local.h @@ -57,7 +57,7 @@ # define GUSMAX_MIXER #endif -#include "sb.h" +#include <sb.h> #if NSB == 0 && !defined(EXCLUDE_SB) #define EXCLUDE_SB #endif @@ -72,7 +72,7 @@ #define EXCLUDE_SB16MIDI #endif -#include "pas.h" +#include <pas.h> #if NPAS == 0 && !defined(EXCLUDE_PAS) #define EXCLUDE_PAS #endif |
