]> code.delx.au - pulseaudio/commit
Add sys/time.h include to rtclock.c
authorMaarten Bosmans <mkbosmans@gmail.com>
Thu, 23 Jun 2011 20:21:00 +0000 (22:21 +0200)
committerColin Guthrie <colin@mageia.org>
Thu, 23 Jun 2011 23:29:47 +0000 (00:29 +0100)
commit8ce326816ba20d33f9d1ca5c2b290fa8a0b6f19c
tree90ea1280a531f179ddabda4cd4fa5c1d592d8b1f
parentf0eab391df7c77b739eadc6c030ead1f4d68c72d
Add sys/time.h include to rtclock.c

Cross-compiling for win32 failed after the previous #include removal.
Somehow when building for Linux the struct timeval definition got picked up elsewhere.
src/pulse/rtclock.c