projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c1fd2
)
include math.h
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 3 Sep 2003 17:21:51 +0000
(17:21 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 3 Sep 2003 17:21:51 +0000
(17:21 +0000)
progs/tests/getprocaddress.c
patch
|
blob
|
history
diff --git
a/progs/tests/getprocaddress.c
b/progs/tests/getprocaddress.c
index 057d9618ea1080bf39ed7b75bf73360a0f4d6bac..b741d67da2fbfbdb34c1ba695e416ff678520a50 100644
(file)
--- 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)