summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aaline.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-02-24 09:31:34 -0700
committerBrian Paul <[email protected]>2015-02-24 14:44:19 -0700
commitcffedcf163f54ec4e2625bba07a63add722c7d55 (patch)
tree4727b0f331fa108caa483f89d52ebd545e71b813 /src/mesa/swrast/s_aaline.c
parentf5816d77e24850c53a9dbc4add0e87bf3031e00a (diff)
mesa: remove logf macro
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/swrast/s_aaline.c')
-rw-r--r--src/mesa/swrast/s_aaline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_aaline.c b/src/mesa/swrast/s_aaline.c
index 0add124d420..f3258e813a6 100644
--- a/src/mesa/swrast/s_aaline.c
+++ b/src/mesa/swrast/s_aaline.c
@@ -23,6 +23,7 @@
*/
+#include "c99_math.h"
#include "main/glheader.h"
#include "main/imports.h"
#include "main/macros.h"