]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-abort.c
sim: common: add missing stdlib.h for abort()
[thirdparty/binutils-gdb.git] / sim / common / sim-abort.c
index ef4fea14ca49338fcb3aab918b00f8834c4ba09d..bf05504255fc048ae971a3d332c5e92514d1ced0 100644 (file)
@@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "sim-main.h"
 #include "sim-assert.h"