mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-04 14:50:35 +02:00
Without this patch mesa doesn't compile:
In file included from ../mesa-9999/src/amd/addrlib/addrinterface.cpp:39:
../mesa-9999/src/util/macros.h:29:10: fatal error: c99_compat.h: No such file or directory
#include "c99_compat.h"
^~~~~~~~~~~~~~
compilation terminated.
Fixes:
|
||
|---|---|---|
| .. | ||
| core | ||
| gfx9 | ||
| inc/chip | ||
| r800 | ||
| addrinterface.cpp | ||
| addrinterface.h | ||
| addrtypes.h | ||
| amdgpu_asic_addr.h | ||
| meson.build | ||