Skip to content
Snippets Groups Projects
Commit 99e82e37 authored by Brad King's avatar Brad King
Browse files

COMP: Added missing include of string.h for strcmp.

parent f3b5c9f3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment