From 2fe41fa67f3db48683bcd708f5a8d35d1a4c5953 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 16 Mar 1998 17:01:27 +0000 Subject: [PATCH] include string.h --- src/libvxWorks/veclist.c | 4 ++++ src/vxWorks/libvxWorks/veclist.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/libvxWorks/veclist.c b/src/libvxWorks/veclist.c index c8802a9cd..f19b40050 100644 --- a/src/libvxWorks/veclist.c +++ b/src/libvxWorks/veclist.c @@ -12,6 +12,9 @@ * identification as MACRO ISR problem. * .02 022195 Compiler warnings fixed * $Log$ + * Revision 1.14 1996/09/04 22:08:50 jhill + * fixed gcc warnings + * * Revision 1.13 1995/08/12 01:12:37 jhill * doc * @@ -32,6 +35,7 @@ #include "vxWorks.h" #include "stdio.h" +#include "string.h" #include "intLib.h" #include "vxLib.h" #include "iv.h" diff --git a/src/vxWorks/libvxWorks/veclist.c b/src/vxWorks/libvxWorks/veclist.c index c8802a9cd..f19b40050 100644 --- a/src/vxWorks/libvxWorks/veclist.c +++ b/src/vxWorks/libvxWorks/veclist.c @@ -12,6 +12,9 @@ * identification as MACRO ISR problem. * .02 022195 Compiler warnings fixed * $Log$ + * Revision 1.14 1996/09/04 22:08:50 jhill + * fixed gcc warnings + * * Revision 1.13 1995/08/12 01:12:37 jhill * doc * @@ -32,6 +35,7 @@ #include "vxWorks.h" #include "stdio.h" +#include "string.h" #include "intLib.h" #include "vxLib.h" #include "iv.h"