Commit 8672d124be3b964a46b12f130a0ff97eaae1ff10

Authored by perry.werneck@gmail.com
1 parent e2355268

Corrigindo compilação em linux depois dos ajustes no tratamento de rede windows

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/lib3270/iocalls.c
... ... @@ -592,6 +592,7 @@ retry:
592 592 struct timeout *t;
593 593 ms_ts(&now);
594 594 #else
  595 + struct timeout *t;
595 596 (void) gettimeofday(&now, (void *)NULL);
596 597 #endif
597 598  
... ...