[rtems commit] leon: remove warning missing string.h

Daniel Hellstrom danielh at rtems.org
Thu Sep 20 10:59:54 UTC 2018


Module:    rtems
Branch:    master
Commit:    9ed109cc7f7586256e4337d38d0bcfc38dcd84f5
Changeset: http://git.rtems.org/rtems/commit/?id=9ed109cc7f7586256e4337d38d0bcfc38dcd84f5

Author:    Daniel Hellstrom <daniel at gaisler.com>
Date:      Wed Sep 19 15:18:38 2018 +0200

leon: remove warning missing string.h

---

 bsps/sparc/shared/uart/cons.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsps/sparc/shared/uart/cons.c b/bsps/sparc/shared/uart/cons.c
index 37f448c..410d6e2 100644
--- a/bsps/sparc/shared/uart/cons.c
+++ b/bsps/sparc/shared/uart/cons.c
@@ -14,6 +14,7 @@
 
 #include <bsp.h>
 #include <stdlib.h>
+#include <string.h>
 #include <bsp/cons.h>
 #include <rtems/console.h>
 



More information about the vc mailing list