mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08:00
* chew.c: Include <string.h>.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-07-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* chew.c: Include <string.h>.
|
||||
|
||||
2005-07-22 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* chew.c: Include stdlib.h.
|
||||
|
@ -87,6 +87,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DEF_SIZE 5000
|
||||
#define STACK 50
|
||||
|
Reference in New Issue
Block a user