Browse Source

* mem-break.c [HAVE_MALLOC_H]: Include malloc.h.

binutils-2_21-branch
Pedro Alves 16 years ago
parent
commit
331e2f5f98
  1. 4
      gdb/gdbserver/ChangeLog
  2. 3
      gdb/gdbserver/mem-break.c

4
gdb/gdbserver/ChangeLog

@ -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.

3
gdb/gdbserver/mem-break.c

@ -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…
Cancel
Save