mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
tdb: include signal.h before tdb.h for compat reasons
This commit is contained in:
parent
4d874753f5
commit
3e10f3f4e3
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
/* Some versions of tdb lack inclusion of signal.h in the header files but use sigatomic_t */
|
||||
#include <signal.h>
|
||||
#include <tdb.h>
|
||||
|
||||
#include <pulse/xmalloc.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue