Changeset 3458 for pjproject/trunk/pjlib/src/pj/os_timestamp_posix.c
- Timestamp:
- Mar 17, 2011 5:09:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_timestamp_posix.c
r3456 r3458 161 161 #elif defined(USE_POSIX_TIMERS) && USE_POSIX_TIMERS != 0 162 162 #include <sys/time.h> 163 #include <time.h> 163 164 #include <errno.h> 164 165
Note: See TracChangeset
for help on using the changeset viewer.