Ignore:
Timestamp:
Nov 6, 2010, 8:19:54 AM (14 years ago)
Author:
katerina
Message:

Fix AIX 5.3 compile error (ticket #223).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_login_track.c

    r295 r299  
    5555#define SH_UTMP_S utmp
    5656
     57#endif
     58
     59
     60#if TIME_WITH_SYS_TIME
     61#include <sys/time.h>
     62#include <time.h>
     63#else
     64#if HAVE_SYS_TIME_H
     65#include <sys/time.h>
     66#else
     67#include <time.h>
     68#endif
    5769#endif
    5870
Note: See TracChangeset for help on using the changeset viewer.