mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
swrast: Fix header file inclusion in s_texfilter.h.
Include mtypes.h for GLcontext symbol. Include s_context.h for texture_sample_func symbol.
This commit is contained in:
parent
c20e977467
commit
a2a40cefe2
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@
|
|||
#define S_TEXFILTER_H
|
||||
|
||||
|
||||
#include "swrast.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "s_context.h"
|
||||
|
||||
|
||||
extern texture_sample_func
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue