Changeset 583 for trunk/src/slib.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/slib.c

    r568 r583  
    3535#endif
    3636
    37 #if TIME_WITH_SYS_TIME
    38 #include <sys/time.h>
    39 #include <time.h>
    40 #else
    4137#if HAVE_SYS_TIME_H
    4238#include <sys/time.h>
    43 #else
     39#endif
    4440#include <time.h>
    45 #endif
    46 #endif
    4741
    4842#ifdef HAVE_MEMORY_H
Note: See TracChangeset for help on using the changeset viewer.