diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-23 10:09:55 -0800 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-23 10:09:55 -0800 |
commit | 2e8a479790905675fea870ac73f1deebd6889eea (patch) | |
tree | 40f3a6b539828096c515636fe0a4ef254cada2ca /src/sound.c | |
parent | 6e13206c036278d386b70e742355876b0340d28a (diff) | |
download | emacs-2e8a479790905675fea870ac73f1deebd6889eea.tar.gz |
Include <sys/ioctl.h> unconditionally.
* configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
* src/xterm.c:
* src/systty.h:
* src/sound.c: Include <sys/ioctl.h> unconditionally.
Diffstat (limited to 'src/sound.c')
-rw-r--r-- | src/sound.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sound.c b/src/sound.c index 3869f3a57ff..6fd23c9ad64 100644 --- a/src/sound.c +++ b/src/sound.c @@ -56,9 +56,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* BEGIN: Non Windows Includes */ #ifndef WINDOWSNT -#ifndef MSDOS #include <sys/ioctl.h> -#endif /* FreeBSD has machine/soundcard.h. Voxware sound driver docs mention sys/soundcard.h. So, let's try whatever's there. */ |