summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:29:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:29:16 +0000
commit29fd4e38bd70058ac24ddcf4a75c257129c1eb5d (patch)
treeaf59a1d74912469ac6680517d721253d5f417a44 /c/src/exec/libcsupport
parent2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-29fd4e38bd70058ac24ddcf4a75c257129c1eb5d.tar.bz2
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/stat.c: include <string.h>. * libc/printk.c: Remove libcpu/cpu.h.
Diffstat (limited to 'c/src/exec/libcsupport')
-rw-r--r--c/src/exec/libcsupport/src/printk.c1
-rw-r--r--c/src/exec/libcsupport/src/stat.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libcsupport/src/printk.c b/c/src/exec/libcsupport/src/printk.c
index ff47f02682..3542fd465a 100644
--- a/c/src/exec/libcsupport/src/printk.c
+++ b/c/src/exec/libcsupport/src/printk.c
@@ -25,7 +25,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <rtems/bspIo.h>
-/* #include <libcpu/cpu.h> */
/*-------------------------------------------------------------------------+
| Function: printNum
diff --git a/c/src/exec/libcsupport/src/stat.c b/c/src/exec/libcsupport/src/stat.c
index 60a098e929..e4e4f0be3b 100644
--- a/c/src/exec/libcsupport/src/stat.c
+++ b/c/src/exec/libcsupport/src/stat.c
@@ -39,6 +39,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#include <string.h>
#include <rtems/libio_.h>
#include <rtems/seterr.h>