summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2018-09-19 15:18:38 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2018-09-20 12:48:32 +0200
commit9ed109cc7f7586256e4337d38d0bcfc38dcd84f5 (patch)
tree20a5de53cab36ab17953600a11f9ce4ea9bd19a3
parentsmp03: make printout match actual task name (diff)
downloadrtems-9ed109cc7f7586256e4337d38d0bcfc38dcd84f5.tar.bz2
leon: remove warning missing string.h
-rw-r--r--bsps/sparc/shared/uart/cons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/sparc/shared/uart/cons.c b/bsps/sparc/shared/uart/cons.c
index 37f448cbf1..410d6e231f 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>