From ca91d9948f4fd4d644b6424945a65c18ca89dae4 Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Sun, 12 Dec 2004 04:52:15 +0000 Subject: /usr/include/linux/soundmodem.h not included with 2.6.x kernel, so include soundmodem.h here --- hdlcutil/hdrvcomm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdlcutil/hdrvcomm.h') 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 -#include +#include "soundmodem.h" #include #endif /* HDRVC_KERNEL */ -- cgit v1.2.3