Commit c9bcffc4c65ce7e410e1baaa900f59df7c732ded

Authored by perry.werneck@gmail.com
1 parent 33c96096

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
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  
... ...