COMP: Added missing include of string.h for strcmp.
This commit is contained in:
parent
f3368e7c98
commit
b3d2055feb
|
@ -33,6 +33,7 @@
|
|||
/* Include needed system APIs. */
|
||||
|
||||
#include <stdlib.h> /* getenv */
|
||||
#include <string.h> /* strcmp */
|
||||
#include <stdarg.h> /* va_list */
|
||||
|
||||
#if defined(KWSYS_TERMINAL_SUPPORT_CONSOLE)
|
||||
|
|
Loading…
Reference in New Issue