add include for string.h

This commit is contained in:
Marty Kraimer
1998-03-16 15:52:10 +00:00
parent 7385472689
commit fac1096850

View File

@@ -35,6 +35,7 @@
#include <vxWorks.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <ellLib.h>