=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/include/math.h 2008/07/16 15:01:19 1.16 --- src/include/math.h 2008/07/21 20:50:54 1.17 *************** *** 1,4 **** ! /* $OpenBSD: math.h,v 1.16 2008/07/16 15:01:19 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.17 2008/07/21 20:50:54 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 17,22 **** --- 17,23 ---- #ifndef _MATH_H_ #define _MATH_H_ + #include #include /* *************** *** 29,39 **** * C99 */ ! /* XXX just appease the committee for now, needs proper defs... */ ! ! typedef float float_t; ! typedef double double_t; ! #define FLT_EVAL_METHOD (-1) /* * XOPEN/SVID --- 30,37 ---- * C99 */ ! typedef __double_t double_t; ! typedef __float_t float_t; /* * XOPEN/SVID