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
This commit is contained in:
Pierre Ossman 2007-09-10 11:19:53 +00:00
parent dfdf1d7d9f
commit 717b164161

View file

@ -27,6 +27,7 @@
#endif #endif
#include <stddef.h> #include <stddef.h>
#include <time.h>
#include <sys/time.h> #include <sys/time.h>
#include <pulse/timeval.h> #include <pulse/timeval.h>