2004-08-13 Marcel Telka <marcel@telka.sk>

* src/jtag.c: Added missing locale.h include (patch 986414, Martin Buck).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@603 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 21 years ago
parent c2401c2051
commit 4bd78f389e

@ -1,3 +1,7 @@
2004-08-13 Marcel Telka <marcel@telka.sk>
* src/jtag.c: Added missing locale.h include (patch 986414, Martin Buck).
2004-08-11 Marcel Telka <marcel@telka.sk>
* Makefile.rules (RECURSIVE_TARGETS, lint-recursive): Removed.

@ -13,6 +13,7 @@ See libbrux/NEWS for more news.
* Added new command 'salias'.
* Explicit 'detectflash' command call is required before 'flashmem' command.
* Fixed minor bugs (including bug 857039).
* Fixed compiler error on Debian Woody (patch 986414, Martin Buck).
* New translations:
- French (Michel Robitaille)

@ -3,6 +3,7 @@ $Id$
See also libbrux/THANKS.
Beregnyei Balazs
Martin Buck
Ian Campbell
Alex (d18c7db)
Rainer Dörken

@ -31,6 +31,9 @@
#include <sys/types.h>
#include <readline/readline.h>
#include <readline/history.h>
#ifdef ENABLE_NLS
#include <locale.h>
#endif /* ENABLE_NLS */
#include "chain.h"
#include "bus.h"

Loading…
Cancel
Save