Include <math.h>

This commit is contained in:
Marcus Sundberg 2000-02-05 15:05:44 +00:00
parent dc627d6b28
commit 0d77a4577e

View file

@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _MATHLIB_H #define _MATHLIB_H
#include <stdio.h> #include <stdio.h>
#include <math.h>
#ifndef M_PI #ifndef M_PI