mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-05 04:06:31 -05:00
module-gsettings: include signal.h for definition of kill() on Solaris
Fixes build failure with gcc-14 on Solaris 11.4:
../src/modules/gsettings/module-gsettings.c:95:9: error: implicit declaration
of function ‘kill’ [-Wimplicit-function-declaration]
95 | kill(u->pid, SIGTERM);
| ^~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
d5df5e9c32
commit
0e852afce3
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <pulsecore/core-error.h>
|
||||
#include <pulsecore/core-util.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue