From 4ec499c2417819a174ebd68529da2a21e9c5c72c Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 4 Nov 2012 04:22:22 +0100 Subject: Eliminate warnings due to missing includes --- plugins/exec/exec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/exec') diff --git a/plugins/exec/exec.c b/plugins/exec/exec.c index 483b8e7f..790278a2 100644 --- a/plugins/exec/exec.c +++ b/plugins/exec/exec.c @@ -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 "); -- cgit 1.4.1