Sync with Xorg head: mingw build fixes from Alexander Gottwald.

This commit is contained in:
Adam Jackson 2004-11-15 15:31:32 +00:00
parent c0be56e5e8
commit ad919c30df

View file

@ -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"