From b6f5aadfccea8bccadd6c56b57fe6f6b80cfc213 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Nov 2009 15:46:24 -0800 Subject: Improving portability. It is no longer assumed that pointers can be converted to a type long and vice versa. The configure script tries to detect the appropriate type to use. Also, some run-time checking is performed in the streams module to detect which conversions specifier strings to use for printing numbers. --- unwind.c | 1 + 1 file changed, 1 insertion(+) (limited to 'unwind.c') diff --git a/unwind.c b/unwind.c index 1365c7c2..1c56ba4d 100644 --- a/unwind.c +++ b/unwind.c @@ -30,6 +30,7 @@ #include #include #include +#include "config.h" #include "lib.h" #include "gc.h" #include "stream.h" -- cgit v1.2.3