Eliminate warnings due to missing includes

This commit is contained in:
Berke Viktor
2012-11-04 04:22:22 +01:00
parent 0e9658f2ab
commit 4ec499c241
12 changed files with 20 additions and 8 deletions

View File

@@ -51,6 +51,8 @@ run_command (char *word[], char *word_eol[], void *userdata)
secattr.nLength = sizeof (secattr);
secattr.bInheritHandle = TRUE;
timeElapsed = 0.0;
if (strlen (word[2]) > 0)
{
strcpy (commandLine, "cmd.exe /c ");