mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-source: add missing header 'signal.h'
Compilation with -DDEBUG_TIMING fails due to a missing header: modules/alsa/alsa-source.c: In function 'check_left_to_record': modules/alsa/alsa-source.c:426:9: warning: implicit declaration of function 'raise' [-Wimplicit-function-declaration] modules/alsa/alsa-source.c:426:9: error: 'SIGTRAP' undeclared (first use in this function) Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
This commit is contained in:
parent
79c0d52a39
commit
fdfea553fd
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <asoundlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue