From f2105f20cbd9ca7e8ebed81e165b296230d997f1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 11 Jan 2005 18:47:38 +0100 Subject: fix jamfile & co for win32 --- base/cpudep.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'base/cpudep.c') diff --git a/base/cpudep.c b/base/cpudep.c index ec19fe92..616a3563 100644 --- a/base/cpudep.c +++ b/base/cpudep.c @@ -7,7 +7,8 @@ Glenn Kennard #include -#include +#include /* signal/sigaction */ +#include /* sigsetjmp/siglongjmp */ #ifdef WIN32 #define sigjmp_buf jmp_buf @@ -95,9 +96,6 @@ static const featuretest features[1] = { }; #endif -#include /* signal/sigaction */ -#include /* sigsetjmp/siglongjmp */ - /* global run-time constant */ unsigned fz_cpuflags = 0; -- cgit v1.2.3