mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 06:50:10 +01:00
linker: Include compiler.h to avoid spurious warnings about INLINE
This commit is contained in:
parent
d0a9cbd20e
commit
45d97dd6d5
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ extern "C" {
|
|||
#include <talloc.h>
|
||||
}
|
||||
|
||||
#include "main/compiler.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/shaderobj.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue