[pulseaudio-commits] r1779 - /branches/lennart/src/pulsecore/rtclock.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Mon Sep 10 04:19:54 PDT 2007


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>




More information about the pulseaudio-commits mailing list