mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
swrast: Fix implicit declaration warnings
In a recent commit,
commit 1c0f1dd42a
Author: Chad Versace <chad.versace@linux.intel.com>
swrast: Fix fixed-function fragment processing
I defined a new function,_swrast_fragment_program, but neglected
to #include s_fragprog.h for clients of that function.
Note: This is a candidate for the 8.0 branch.
Reported-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
b8f7550a31
commit
ab1195cf11
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#include "main/mtypes.h"
|
||||
#include "program/prog_execute.h"
|
||||
#include "swrast.h"
|
||||
#include "s_fragprog.h"
|
||||
#include "s_span.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue