[PATCH] leon: remove warning missing string.h
Daniel Hellstrom
daniel at gaisler.com
Wed Sep 19 14:13:36 UTC 2018
---
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>
--
2.7.4
More information about the devel
mailing list