mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
COMP: Added missing include of string.h for strcmp.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user