summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-10-13 11:55:13 +0000
committerbde <bde@FreeBSD.org>2000-10-13 11:55:13 +0000
commitbed76469c411f2929e082b6247436f18c35e0896 (patch)
tree6b9c2425ed41e20b8a5185e26d7cc36775e35169 /usr.sbin/i4b
parentcc292f368212be1ebd38ff00311aa93c11600811 (diff)
downloadFreeBSD-src-bed76469c411f2929e082b6247436f18c35e0896.zip
FreeBSD-src-bed76469c411f2929e082b6247436f18c35e0896.tar.gz
Fixed world breakage -- don't depend on <machine/soundcard.h> existing;
the symlink from <sys/soundcard.h> to <machine/soundcard.h> is worse than useless since it doesn't exist in the SHARED=symlinks case.
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r--usr.sbin/i4b/isdnphone/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/i4b/isdnphone/defs.h b/usr.sbin/i4b/isdnphone/defs.h
index bbbd513..18da037 100644
--- a/usr.sbin/i4b/isdnphone/defs.h
+++ b/usr.sbin/i4b/isdnphone/defs.h
@@ -49,13 +49,13 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
+#include <sys/soundcard.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/param.h>
#include <machine/i4b_ioctl.h>
#include <machine/i4b_tel_ioctl.h>
-#include <machine/soundcard.h>
/* device file prefixes */
OpenPOWER on IntegriCloud