include math.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 3 Sep 2003 17:21:51 +0000 (17:21 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 3 Sep 2003 17:21:51 +0000 (17:21 +0000)
progs/tests/getprocaddress.c

index 057d961..b741d67 100644 (file)
@@ -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)