diff options
author | bde <bde@FreeBSD.org> | 1996-09-10 08:32:01 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-09-10 08:32:01 +0000 |
commit | 25556c3b939b3fbbe349eb8dda57f5749ec814a1 (patch) | |
tree | 8b4d4d6687e6d3c4d98e0925a737caec878fa862 /sys/i386/isa/sound/sys_timer.c | |
parent | e311f5393d87db9cb9afed5cfea2e6c9c8a39676 (diff) | |
download | FreeBSD-src-25556c3b939b3fbbe349eb8dda57f5749ec814a1.zip FreeBSD-src-25556c3b939b3fbbe349eb8dda57f5749ec814a1.tar.gz |
Updated #includes to 4.4Lite style.
Diffstat (limited to 'sys/i386/isa/sound/sys_timer.c')
-rw-r--r-- | sys/i386/isa/sound/sys_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/sys_timer.c b/sys/i386/isa/sound/sys_timer.c index 6366c22..2c752f7 100644 --- a/sys/i386/isa/sound/sys_timer.c +++ b/sys/i386/isa/sound/sys_timer.c @@ -29,7 +29,7 @@ */ #define SEQUENCER_C -#include "sound_config.h" +#include <i386/isa/sound/sound_config.h> #ifdef CONFIGURE_SOUNDCARD |