summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-29 15:54:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-29 15:54:25 +0000
commitb88e3662e2328ce829ca64d7f0d8efefbbae9794 (patch)
tree3040a858625809987a683c26b681546fd7ee8bfc /c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
parent2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b88e3662e2328ce829ca64d7f0d8efefbbae9794.tar.bz2
2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to PREINSTALL_FILES. * console/mouse_parser.c: Include <string.h> (for strcmp). * console/vt.c: Include <string.h> (for memcpy). * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
index a23a16531f..ad0f0d7672 100644
--- a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
+++ b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
@@ -16,6 +16,7 @@
#include <stdio.h>
#include <stdarg.h>
+#include <string.h> /* memcpy, memset */
#include <rtems/error.h>
#include <rtems/rtems_bsdnet.h>