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

This commit is contained in:
Pedro Alves 2010-08-26 16:47:05 +00:00
parent e581f2b4a7
commit 331e2f5f98
2 changed files with 7 additions and 0 deletions

View File

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

View File

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