From 03f0ddbe4ca748a8fb3081d08eeb129661656d7d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 3 Sep 2003 17:21:51 +0000 Subject: [PATCH] include math.h --- progs/tests/getprocaddress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/tests/getprocaddress.c b/progs/tests/getprocaddress.c index 057d9618ea1..b741d67da2f 100644 --- a/progs/tests/getprocaddress.c +++ b/progs/tests/getprocaddress.c @@ -1,4 +1,3 @@ - /* * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -33,6 +32,7 @@ #include #include #include +#include #define EQUAL(X, Y) (fabs((X) - (Y)) < 0.001) -- 2.30.2