summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/local.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-10 19:09:12 +0000
committerbde <bde@FreeBSD.org>1996-09-10 19:09:12 +0000
commit21a4782adf467a16704d4157e8fb05fc4e343e6a (patch)
tree0b899ec8a7a746aa34186c3eca057fd9b12032e1 /sys/i386/isa/sound/local.h
parent8b1c3c6eb6771c8552b413dbbcbefbcacefe8c13 (diff)
downloadFreeBSD-src-21a4782adf467a16704d4157e8fb05fc4e343e6a.zip
FreeBSD-src-21a4782adf467a16704d4157e8fb05fc4e343e6a.tar.gz
Backed out last change. It depends on the future change of adding
-I- to CFLAGS. <sb.h> must currently be used to give the version of sb.h in the current directory, while "sb.h" in the buggy version gave the (wrong) version in the source directory. Searching in the source directory first is normal, but is the reverse of the order suggested by the 4.4Lite2 #include style. -I- will remove the ambiguities.
Diffstat (limited to 'sys/i386/isa/sound/local.h')
-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 e80b780..4cf2b46 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
OpenPOWER on IntegriCloud