summaryrefslogtreecommitdiffstats
path: root/hdlcutil/hdrvcomm.h
diff options
context:
space:
mode:
authorMichael Taylor <mctaylor@mctaylor.com>2004-12-12 04:52:15 +0000
committerMichael Taylor <mctaylor@mctaylor.com>2004-12-12 04:52:15 +0000
commitca91d9948f4fd4d644b6424945a65c18ca89dae4 (patch)
tree004346eaf9e34a737a6de542d80aea4e6c139ac0 /hdlcutil/hdrvcomm.h
parent0e42548ec930597bc842d7099baebe122f9255aa (diff)
/usr/include/linux/soundmodem.h not included with 2.6.x kernel, so include soundmodem.h here
Diffstat (limited to 'hdlcutil/hdrvcomm.h')
-rw-r--r--hdlcutil/hdrvcomm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdlcutil/hdrvcomm.h b/hdlcutil/hdrvcomm.h
index 4778d6a..ce61a4f 100644
--- a/hdlcutil/hdrvcomm.h
+++ b/hdlcutil/hdrvcomm.h
@@ -42,7 +42,7 @@ extern "C" {
#ifdef HDRVC_KERNEL
#include <linux/hdlcdrv.h>
-#include <linux/soundmodem.h>
+#include "soundmodem.h"
#include <linux/baycom.h>
#endif /* HDRVC_KERNEL */