mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-22 07:53:36 +08:00
* mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
This commit is contained in:
parent
e581f2b4a7
commit
331e2f5f98
@ -1,3 +1,7 @@
|
||||
2010-08-26 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
|
||||
|
||||
2010-08-26 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* gdbreplay.c (remote_error): New.
|
||||
|
@ -20,6 +20,9 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "server.h"
|
||||
#if HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
const unsigned char *breakpoint_data;
|
||||
int breakpoint_len;
|
||||
|
Loading…
Reference in New Issue
Block a user