- Timestamp:
- Nov 6, 2010, 8:19:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_login_track.c
r295 r299 55 55 #define SH_UTMP_S utmp 56 56 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 57 69 #endif 58 70
Note:
See TracChangeset
for help on using the changeset viewer.