mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00: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:
@@ -24,6 +24,7 @@
|
||||
#include "dv-sockser.h"
|
||||
#include "sim-assert.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/* DEVICE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user