diff options
author | Bruce Evans <bde@FreeBSD.org> | 2000-10-13 11:55:13 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2000-10-13 11:55:13 +0000 |
commit | c34b7b8cd7d51fe3b23e8a3e1ceb7b5a52aae862 (patch) | |
tree | f0c0e27c564fa2012864c8b80e46a00bcdb83663 /usr.sbin/i4b/isdnphone | |
parent | 035d9655681797e77f2831f65865b8b87f63e11c (diff) |
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.
Notes
Notes:
svn path=/head/; revision=67062
Diffstat (limited to 'usr.sbin/i4b/isdnphone')
-rw-r--r-- | usr.sbin/i4b/isdnphone/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/i4b/isdnphone/defs.h b/usr.sbin/i4b/isdnphone/defs.h index bbbd5136b988..18da037afe90 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 */ |