From 835b293d35a209d38047126443d41fa7090daa4c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 19 Jun 2017 21:20:57 +0200 Subject: Use our own variant of 'assert' and 'assert_perror'. Our variants print stack traces on failures. This will make locating errors much easier. --- libports/port-ref-weak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libports/port-ref-weak.c') diff --git a/libports/port-ref-weak.c b/libports/port-ref-weak.c index 3f62dfed..de759996 100644 --- a/libports/port-ref-weak.c +++ b/libports/port-ref-weak.c @@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" -#include +#include void ports_port_ref_weak (void *portstruct) -- cgit v1.2.3