gallium/auxiliary: Ensure c99_math.h is included.

As it is needed for exp2.

Trivial.
This commit is contained in:
Jose Fonseca
2015-07-29 20:45:09 +01:00
parent 2b916c6e47
commit 8413822c8c
+2 -1
View File
@@ -26,9 +26,10 @@
#ifndef RGB9E5_H
#define RGB9E5_H
#include <math.h>
#include <assert.h>
#include "c99_math.h"
#define RGB9E5_EXPONENT_BITS 5
#define RGB9E5_MANTISSA_BITS 9
#define RGB9E5_EXP_BIAS 15