mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
fdsem: Use atomic.h
The fdsem header uses pa_atomic_t, which is declared in atomic.h Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
6c42cfe324
commit
48420b660a
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@
|
|||
* the best case all functions are lock-free unless sleeping is
|
||||
* required. */
|
||||
|
||||
#include <pulsecore/atomic.h>
|
||||
|
||||
typedef struct pa_fdsem pa_fdsem;
|
||||
|
||||
typedef struct pa_fdsem_data {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue