mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Add sys/time.h include to rtclock.c
Cross-compiling for win32 failed after the previous #include removal. Somehow when building for Linux the struct timeval definition got picked up elsewhere.
This commit is contained in:
parent
f0eab391df
commit
8ce326816b
1 changed files with 3 additions and 0 deletions
|
|
@ -23,7 +23,10 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <pulse/timeval.h>
|
||||
|
||||
#include <pulsecore/core-rtclock.h>
|
||||
|
||||
#include "rtclock.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue