aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/i386/isa/sound/local.h4
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