Fix windows build

This commit is contained in:
Jeff Lenk 2010-07-19 12:54:30 -05:00
parent 0845297642
commit 74c40f5aa3
1 changed files with 4 additions and 0 deletions

View File

@ -1199,7 +1199,11 @@ int main(int argc, char *argv[])
if (!argv_exec) usage(argv[0]);
return -1;
} else {
#ifndef WIN32
sleep(1);
#else
Sleep(1000);
#endif
esl_log(ESL_LOG_INFO, "Retrying\n");
}
} else {