VxWorks Strings

When building for VxWorks, set HAVE_STRINGS_H as it uses strings.h, not string.h.
This commit is contained in:
John Safranek
2020-02-13 09:08:54 -08:00
parent d1397656ef
commit 63a005d71b

View File

@ -458,6 +458,7 @@
#define NO_MAIN_DRIVER
#define NO_DEV_RANDOM
#define NO_WRITEV
#define HAVE_STRINGS_H
#endif