Author: ossman
Date: Mon Sep 10 13:19:53 2007
New Revision: 1779
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1779&root=pulseaudio&view=rev
Log:
POSIX realtime clock functions are in time.h so make sure to include it.
Modified:
branches/lennart/src/pulsecore/rtclock.c
Modified: branches/lennart/src/pulsecore/rtclock.c
URL:
http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/pulsecore/rtclock.c?rev=1779&root=pulseaudio&r1=1778&r2=1779&view=diff
==============================================================================
--- branches/lennart/src/pulsecore/rtclock.c (original)
+++ branches/lennart/src/pulsecore/rtclock.c Mon Sep 10 13:19:53 2007
@@ -27,6 +27,7 @@
#endif
#include <stddef.h>
+#include <time.h>
#include <sys/time.h>
#include <pulse/timeval.h>
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits