diff options
author | Pierre Ossman <ossman@cendio.se> | 2007-09-10 11:19:53 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2007-09-10 11:19:53 +0000 |
commit | 717b1641614ed7a47c2b0188496dd39be806975c (patch) | |
tree | a825a7ebeaa14b8324371d9b803f1e84912bf9ba | |
parent | dfdf1d7d9f41144231ab40b1f6eec18f834bba1d (diff) |
POSIX realtime clock functions are in time.h so make sure to include it.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1779 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | src/pulsecore/rtclock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/rtclock.c b/src/pulsecore/rtclock.c index a4e9875d..02abde3c 100644 --- a/src/pulsecore/rtclock.c +++ b/src/pulsecore/rtclock.c @@ -27,6 +27,7 @@ #endif #include <stddef.h> +#include <time.h> #include <sys/time.h> #include <pulse/timeval.h> |