From 85de6e0a8578d1466dca16d6525fba01456ddba0 Mon Sep 17 00:00:00 2001 From: weissms Date: Tue, 13 Mar 2012 09:03:51 +0000 Subject: [PATCH] Configuring lzo on x86_64 needs correct __WORDSIZE. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44402 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/clib/include/limits.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/clib/include/limits.h b/compiler/clib/include/limits.h index 355102f52a..cf97ccad15 100644 --- a/compiler/clib/include/limits.h +++ b/compiler/clib/include/limits.h @@ -1,5 +1,5 @@ /* - * Copyright © 2004-2011 The AROS Developmemt Team. All rights reserved. + * Copyright © 2004-2012 The AROS Developmemt Team. All rights reserved. * $Id$ * * ISO C99 Standard: Sizes of integer types @@ -9,6 +9,8 @@ #ifndef _LIMITS_H_ #define _LIMITS_H_ 1 +#include /* For __WORDSIZE */ + /* * Define ANSI for standard 32-bit words. * We're assuming -- 2.11.4.GIT