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

    r562 r583  
    5858
    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
    70 
    7164
    7265#define SH_LTRACK_VERSION 1
Note: See TracChangeset for help on using the changeset viewer.