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:
Peter Meerwald 2016-08-10 15:22:15 +02:00 committed by Tanu Kaskinen
parent e4fa17ddff
commit 04feab17e3

View file

@ -19,6 +19,8 @@
#include <config.h>
#endif
#include <signal.h>
#include <check.h>
#include <pulse/xmalloc.h>