diff options
| author | Dan Nicolaescu | 2010-11-23 10:09:55 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-23 10:09:55 -0800 |
| commit | 2e8a479790905675fea870ac73f1deebd6889eea (patch) | |
| tree | 40f3a6b539828096c515636fe0a4ef254cada2ca /ChangeLog | |
| parent | 6e13206c036278d386b70e742355876b0340d28a (diff) | |
| download | emacs-2e8a479790905675fea870ac73f1deebd6889eea.tar.gz emacs-2e8a479790905675fea870ac73f1deebd6889eea.zip | |
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 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h. | ||
| 4 | |||
| 1 | 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * configure.in (INLINE): Do not depend on OPTIMIZE, unused. | 7 | * configure.in (INLINE): Do not depend on OPTIMIZE, unused. |