summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-01-12 00:06:30 +0000
committerobrien <obrien@FreeBSD.org>2004-01-12 00:06:30 +0000
commitda910667474a68ea0404151c8d3f9410ffcb149e (patch)
treea973528f37d00028fa44e9725423253b8c0b67f9
parent5be717c021102b66a0b387a4993588e2852c371f (diff)
downloadFreeBSD-src-da910667474a68ea0404151c8d3f9410ffcb149e.zip
FreeBSD-src-da910667474a68ea0404151c8d3f9410ffcb149e.tar.gz
Specify the right location of the generated header.
-rw-r--r--sys/dev/sound/pci/emu10k1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c
index 2c44d52..27cd58c 100644
--- a/sys/dev/sound/pci/emu10k1.c
+++ b/sys/dev/sound/pci/emu10k1.c
@@ -29,7 +29,7 @@
#include <dev/sound/pcm/sound.h>
#include <dev/sound/pcm/ac97.h>
#include <gnu/dev/sound/pci/emu10k1.h>
-#include <gnu/dev/sound/pci/emu10k1-alsa%diked.h>
+#include "emu10k1-alsa%diked.h"
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
OpenPOWER on IntegriCloud