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

This commit is contained in:
Brad King 2006-04-22 20:32:01 -04:00
parent f3368e7c98
commit b3d2055feb
1 changed files with 1 additions and 0 deletions

View File

@ -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)