mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
swrast: include stdio.h where needed
Acked-by: Matt Turner <mattst88@gmail.com> Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
78ee6fdb23
commit
2655afc7e6
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
* The back-buffer is allocated by the driver and is private.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "main/api_exec.h"
|
||||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue