Changeset 583 for trunk/src/sh_unix.c


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_unix.c

    r580 r583  
    5858#endif
    5959
    60 #if TIME_WITH_SYS_TIME
    61 #include <sys/time.h>
    62 #include <time.h>
    63 #else
    6460#if HAVE_SYS_TIME_H
    6561#include <sys/time.h>
    66 #else
     62#endif
    6763#include <time.h>
    68 #endif
    69 #endif
    7064
    7165#ifdef HAVE_SYS_SELECT_H
Note: See TracChangeset for help on using the changeset viewer.