comparison src/ChangeLog @ 5276:dd2976af8783

Add some missing #includes, termcap.c, hopefully fixing Adam Sjoegren's build. 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> * termcap.c: Add a couple of missing includes here, which should fix builds that use this file. (I have no access to such builds, but Mats' buildbot shows output that indicates they fail at link time since DEVICE_BAUD_RATE and IS_DIRECTORY_SEP are available.)
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 18 Sep 2010 15:03:54 +0100
parents 5a9aa6c40c9b
children d804e621add0
comparison
equal deleted inserted replaced
5275:5a9aa6c40c9b 5276:dd2976af8783
1 2010-09-18 Aidan Kehoe <kehoea@parhasard.net>
2
3 * termcap.c:
4 Add a couple of missing includes here, which should fix builds
5 that use this file. (I have no access to such builds, but Mats'
6 buildbot shows output that indicates they fail at link time since
7 DEVICE_BAUD_RATE and IS_DIRECTORY_SEP are available.)
8
1 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> 9 2010-09-18 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * fns.c (Freduce): 11 * fns.c (Freduce):
4 Move statements outside of the braces surrounding the 12 Move statements outside of the braces surrounding the
5 EXTERNAL_LIST_LOOP_3 macro, fixing strict C89 builds. Thank you 13 EXTERNAL_LIST_LOOP_3 macro, fixing strict C89 builds. Thank you