mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
tests: Include signal.h in core-util-test.c
on oldish Ubuntu 12.04:
tests/core-util-test.c: In function ‘main’:
tests/core-util-test.c:269:66: error: ‘SIGABRT’ undeclared (first use in this function)
tcase_add_test_raise_signal(tc, modargs_test_replace_fail_1, SIGABRT);
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
This commit is contained in:
parent
e4fa17ddff
commit
04feab17e3
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#include <check.h>
|
||||
|
||||
#include <pulse/xmalloc.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue