mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
Sync with Xorg head: mingw build fixes from Alexander Gottwald.
This commit is contained in:
parent
c0be56e5e8
commit
ad919c30df
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#ifdef WIN32
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include "GL/glxint.h"
|
||||
#include "GL/glxproto.h"
|
||||
#include "GL/internal/glcore.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue