From 7ef32a98cdf74157ae734a7a833af5171585db0c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 29 Dec 2023 21:23:26 -0700 Subject: Fix another missing header file for mcore libgloss I guess I must have missed this when working through the trivial port specific changes. This adds an include of stdlib.h to get a prototype for exit(). Pushed to the trunk. --- libgloss/mcore/sbrk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libgloss') diff --git a/libgloss/mcore/sbrk.c b/libgloss/mcore/sbrk.c index 1eb8047fc..c6860194c 100644 --- a/libgloss/mcore/sbrk.c +++ b/libgloss/mcore/sbrk.c @@ -14,6 +14,7 @@ */ #include #include +#include #include "glue.h" extern int _write (int, char *, int); -- cgit v1.2.3