mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* tui/tui.c: Don't include <malloc.h>.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2004-02-18 Mark Kettenis <kettenis@gnu.org>
|
2004-02-18 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* tui/tui.c: Don't include <malloc.h>.
|
||||||
|
|
||||||
* Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
|
* Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
|
||||||
amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
|
amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
|
||||||
amd64nbsd-tdep.c.
|
amd64nbsd-tdep.c.
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <malloc.h>
|
|
||||||
#ifdef HAVE_TERM_H
|
#ifdef HAVE_TERM_H
|
||||||
#include <term.h>
|
#include <term.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user