mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
sim: mips: include stdlib.h for memory prototypes
This file uses free() and friends, so include it to fix missing prototype warnings.
This commit is contained in:
parent
9b1af85c78
commit
77c0fdb7ff
@ -1,3 +1,7 @@
|
||||
2021-05-04 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* dv-tx3904sio.c: Include stdlib.h.
|
||||
|
||||
2021-05-04 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (hw_extra_devices): Inline contents into
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "dv-sockser.h"
|
||||
#include "sim-assert.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/* DEVICE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user