mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
st/xorg: Fix build failure due to symbol clash.
This commit is contained in:
parent
0f3659bb56
commit
d9a8cd76e5
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@
|
|||
#include <damage.h>
|
||||
#endif
|
||||
|
||||
/* Prevent symbol clash */
|
||||
#undef Absolute
|
||||
|
||||
#include "compat-api.h"
|
||||
#include "pipe/p_screen.h"
|
||||
#include "util/u_inlines.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue