mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user