mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 01:10:44 +02:00
glx: include string.h to silence missing memset() prototype warning
This commit is contained in:
parent
52cadf7592
commit
bc75464760
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define HASH_MAGIC 0xdeadbeef
|
||||
#define HASH_DEBUG 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue