include math.h

This commit is contained in:
Brian Paul 2003-09-03 17:21:51 +00:00
parent 67c1fd2fdb
commit 03f0ddbe4c
1 changed files with 1 additions and 1 deletions

View 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)