Mercurial > emacs
changeset 110460:9c07db876782
* src/emacs.c: Do not include sys/ioctl.h, not needed.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 21 Sep 2010 14:13:36 +0300 |
parents | 7ea64e427cb0 |
children | 9992c4871bd4 8ceac426a2d7 |
files | src/ChangeLog src/emacs.c |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Sep 21 14:03:34 2010 +0300 +++ b/src/ChangeLog Tue Sep 21 14:13:36 2010 +0300 @@ -1,5 +1,7 @@ 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu> + * emacs.c: Do not include sys/ioctl.h, not needed. + * doprnt.c: Do not include stdlib.h, config.h does it. Move #include before macro definition.