diff options
Diffstat (limited to 'lib/libexecinfo/tests')
-rw-r--r-- | lib/libexecinfo/tests/Makefile | 1 | ||||
-rw-r--r-- | lib/libexecinfo/tests/sigtramp_test.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/libexecinfo/tests/Makefile b/lib/libexecinfo/tests/Makefile index 5dbf25cf4e17..281074e34a67 100644 --- a/lib/libexecinfo/tests/Makefile +++ b/lib/libexecinfo/tests/Makefile @@ -1,4 +1,3 @@ - PACKAGE= tests TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libexecinfo diff --git a/lib/libexecinfo/tests/sigtramp_test.c b/lib/libexecinfo/tests/sigtramp_test.c index b8eecfddf43d..a4943d8d7f4f 100644 --- a/lib/libexecinfo/tests/sigtramp_test.c +++ b/lib/libexecinfo/tests/sigtramp_test.c @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/wait.h> |