mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
hud: include stdio.h since we use fprintf(), fscanf(), etc
This commit is contained in:
parent
61964a9ceb
commit
87d5a16927
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@
|
|||
* Set GALLIUM_HUD=help for more info.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "hud/hud_context.h"
|
||||
#include "hud/hud_private.h"
|
||||
#include "hud/font.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue