[rtems-libbsd commit] Include missing <stdlib.h> to fix warnings

Sebastian Huber sebh at rtems.org
Wed May 15 13:45:12 UTC 2019


Module:    rtems-libbsd
Branch:    5-freebsd-12
Commit:    510d1c96f686ff83724ec4cbf2e29a34d480dcb1
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=510d1c96f686ff83724ec4cbf2e29a34d480dcb1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May 13 11:13:49 2019 +0200

Include missing <stdlib.h> to fix warnings

---

 rtemsbsd/rtems/rtems-legacy-newproc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rtemsbsd/rtems/rtems-legacy-newproc.c b/rtemsbsd/rtems/rtems-legacy-newproc.c
index c01b41d..fbcc70c 100644
--- a/rtemsbsd/rtems/rtems-legacy-newproc.c
+++ b/rtemsbsd/rtems/rtems-legacy-newproc.c
@@ -35,6 +35,7 @@
 
 #include <string.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <rtems.h>
 #include <rtems/bsd/bsd.h>
 




More information about the vc mailing list