Ignore:
Timestamp:
Nov 13, 2024, 2:47:31 PM (33 hours ago)
Author:
katerina
Message:

Fix for ticket #471 (autoreconf throws warnings/errors).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_xfer_client.c

    r544 r583  
    5959#endif
    6060
    61 #if TIME_WITH_SYS_TIME
    62 #include <sys/time.h>
    63 #include <time.h>
    64 #else
    6561#if HAVE_SYS_TIME_H
    6662#include <sys/time.h>
    67 #else
     63#endif
    6864#include <time.h>
    69 #endif
    70 #endif
    7165
    7266#ifdef HAVE_SYS_SELECT_H
Note: See TracChangeset for help on using the changeset viewer.