mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
include math.h
This commit is contained in:
parent
67c1fd2fdb
commit
03f0ddbe4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue