From e2ede46f4a4660abe468d5ac53105a1ed5851b7d Mon Sep 17 00:00:00 2001 From: "alex.fritze%crocodile-clips.com" Date: Wed, 12 Dec 2001 12:58:57 +0000 Subject: [PATCH] Fix AIX build bustage. Not part of default build. --- other-licenses/libart_lgpl/art_misc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other-licenses/libart_lgpl/art_misc.h b/other-licenses/libart_lgpl/art_misc.h index 35cf76e0b1c..957b6f15689 100644 --- a/other-licenses/libart_lgpl/art_misc.h +++ b/other-licenses/libart_lgpl/art_misc.h @@ -23,8 +23,8 @@ #ifndef __ART_MISC_H__ #define __ART_MISC_H__ -#include /* for malloc, etc. */ - +#include /* for malloc, etc. */ +#include /* for M_PI, M_SQRT2 */ /* The art_config.h file is automatically generated by gen_art_config.c and contains definitions of ART_SIZEOF_{CHAR,SHORT,INT,LONG} and art_u{8,16,32}. */