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:
David Henningsson 2014-04-15 17:23:06 +02:00
parent 6c42cfe324
commit 48420b660a

View file

@ -28,6 +28,8 @@
* the best case all functions are lock-free unless sleeping is * the best case all functions are lock-free unless sleeping is
* required. */ * required. */
#include <pulsecore/atomic.h>
typedef struct pa_fdsem pa_fdsem; typedef struct pa_fdsem pa_fdsem;
typedef struct pa_fdsem_data { typedef struct pa_fdsem_data {