summaryrefslogtreecommitdiffstats
path: root/src/pulse/rtclock.c
Commit message (Collapse)AuthorAgeFilesLines
* Add sys/time.h include to rtclock.cMaarten Bosmans2011-06-241-0/+3
| | | | | Cross-compiling for win32 failed after the previous #include removal. Somehow when building for Linux the struct timeval definition got picked up elsewhere.
* win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans2011-02-171-1/+1
| | | | Also remove some unnecessary <time.h> headers.
* pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-0/+35