* tui/tui.c: Don't include <malloc.h>.
This commit is contained in:
parent
d080fcd283
commit
c43f4bec91
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue