mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05: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