diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-09-03 17:21:51 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-09-03 17:21:51 +0000 |
commit | 03f0ddbe4ca748a8fb3081d08eeb129661656d7d (patch) | |
tree | 695603e1dad699bef3b4ecec0b7fed6ba20fb3cb /progs/tests/getprocaddress.c | |
parent | 67c1fd2fdb3e26e158b00bab590ff38309321b4d (diff) |
include math.h
Diffstat (limited to 'progs/tests/getprocaddress.c')
-rw-r--r-- | progs/tests/getprocaddress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/getprocaddress.c b/progs/tests/getprocaddress.c index 057d9618ea..b741d67da2 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 <stdio.h> #include <stdlib.h> #include <string.h> +#include <math.h> #define EQUAL(X, Y) (fabs((X) - (Y)) < 0.001) |