mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
glcpp: Add missing include in xtalloc.c
Without this, the compiler was legitimately complaining about missing declarations for all of the functions being defined here.
This commit is contained in:
parent
d80dcaf427
commit
942ccc5170
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <talloc.h>
|
||||
#include "glcpp.h"
|
||||
|
||||
void *
|
||||
xtalloc_named_const (const void *context, size_t size, const char *name)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue