diff options
Diffstat (limited to 'src/mesa/tnl/t_vertex.c')
-rw-r--r-- | src/mesa/tnl/t_vertex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index 90b97a092ba..369d6d945c1 100644 --- a/src/mesa/tnl/t_vertex.c +++ b/src/mesa/tnl/t_vertex.c @@ -25,6 +25,7 @@ * Keith Whitwell <[email protected]> */ +#include <stdio.h> #include "main/glheader.h" #include "main/context.h" #include "main/colormac.h" |