]> code.delx.au - pulseaudio/commitdiff
POSIX realtime clock functions are in time.h so make sure to include it.
authorPierre Ossman <ossman@cendio.se>
Mon, 10 Sep 2007 11:19:53 +0000 (11:19 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 10 Sep 2007 11:19:53 +0000 (11:19 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1779 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulsecore/rtclock.c

index a4e9875d691eb7b1f9b47277d5d8a0aafe5ad55a..02abde3ceb0bc26c02c9a1a60ad8d3790a7b6e45 100644 (file)
@@ -27,6 +27,7 @@
 #endif
 
 #include <stddef.h>
+#include <time.h>
 #include <sys/time.h>
 
 #include <pulse/timeval.h>