2003-01-10 Marcel Telka <marcel@telka.sk>

* src/tap/cable.c: Added missing stdlib.h include (bug 665923). Thanks to Chris Ellec.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@308 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 0237d18e1f
commit 30c52b79de

@ -1,3 +1,7 @@
2003-01-10 Marcel Telka <marcel@telka.sk>
* src/tap/cable.c: Added missing stdlib.h include (bug 665923). Thanks to Chris Ellec.
2003-01-09 Marcel Telka <marcel@telka.sk>
* src/jtag.c (main): Fixed minor typo in 'cable' output message.

@ -1,5 +1,6 @@
$Id$
* Fixed compile error (bug 665923, thanks to Chris Ellec).
* Minor fixes.
jtag-0.2 (2003-01-08):

@ -22,6 +22,8 @@
*
*/
#include <stdlib.h>
#include "cable.h"
extern cable_driver_t dlc5_cable_driver;

Loading…
Cancel
Save