Changeset 583 for trunk/src/sh_hash.c


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r580 r583  
    28822882}
    28832883
    2884 #if TIME_WITH_SYS_TIME
    2885 #include <sys/time.h>
    2886 #include <time.h>
    2887 #else
    28882884#if HAVE_SYS_TIME_H
    28892885#include <sys/time.h>
    2890 #else
     2886#endif
    28912887#include <time.h>
    2892 #endif
    2893 #endif
    28942888
    28952889static int ListFullDetail    = S_FALSE;
Note: See TracChangeset for help on using the changeset viewer.