From 77dfbd60e715399f06b3e823fdffa5d9c658caf2 Mon Sep 17 00:00:00 2001 From: Stephen Webb Date: Sun, 24 May 2020 10:42:41 -0400 Subject: Consistently use POSIX Use the (former) POSIX-standard everywhere instead of sometimes using the Linux-specxific . --- tests/test-coredump-unwind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-coredump-unwind.c b/tests/test-coredump-unwind.c index fb06a38e..1a3c130f 100644 --- a/tests/test-coredump-unwind.c +++ b/tests/test-coredump-unwind.c @@ -62,7 +62,7 @@ #else extern int backtrace (void **, int); #endif -#include +#include #include -- cgit v1.2.1