The testcase tests/Gtest-dyn1.c uses the signal() function and should therefore include the corresponding header file.
Signed-off-by: Ken Werner <[email protected]> --- tests/Gtest-dyn1.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/Gtest-dyn1.c b/tests/Gtest-dyn1.c index fcb773d..e084813 100644 --- a/tests/Gtest-dyn1.c +++ b/tests/Gtest-dyn1.c @@ -30,7 +30,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include <stdlib.h> #include <string.h> #include <unistd.h> - +#include <signal.h> #include <sys/mman.h> #if UNW_TARGET_ARM -- 1.7.5.4 _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
