summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_light.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-02-24 09:26:41 -0700
committerBrian Paul <[email protected]>2015-02-24 14:44:19 -0700
commitf5816d77e24850c53a9dbc4add0e87bf3031e00a (patch)
tree10263034d5b56745d0873272120ae9c69821c859 /src/mesa/tnl/t_vb_light.c
parentbad154e677fb2ee3b2fb976ac3843dad08c87ea2 (diff)
mesa: remove powf macro
Use the wrapper in c99_math.h if needed. Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/tnl/t_vb_light.c')
-rw-r--r--src/mesa/tnl/t_vb_light.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_light.c b/src/mesa/tnl/t_vb_light.c
index 7e76ed40338..7781b6a6c3a 100644
--- a/src/mesa/tnl/t_vb_light.c
+++ b/src/mesa/tnl/t_vb_light.c
@@ -23,7 +23,7 @@
*/
-
+#include "c99_math.h"
#include "main/glheader.h"
#include "main/colormac.h"
#include "main/light.h"