mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
mapi: Add missing stdlib.h header for malloc declaration.
This commit is contained in:
parent
d05e848035
commit
7f6754af25
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ init_map(void)
|
|||
|
||||
#else
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
static int
|
||||
init_map(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue