summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-20 17:31:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-20 17:31:51 +0000
commit202ddf7a54163fdddbf264bbbea92f3241e8802b (patch)
tree7148c56fad975bc309239dca3fc674ac9b6d8bc8
parent3efc845d1b14f3376a4bb81a44972055bc8502db (diff)
minor fixes for Windows compilation (Joshua Napoli)
-rw-r--r--include/GL/mesa_wgl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/GL/mesa_wgl.h b/include/GL/mesa_wgl.h
index 8a0a55dfe59..ee3224091f6 100644
--- a/include/GL/mesa_wgl.h
+++ b/include/GL/mesa_wgl.h
@@ -1,4 +1,4 @@
-/* $Id: mesa_wgl.h,v 1.5 2000/05/22 16:21:27 brianp Exp $ */
+/* $Id: mesa_wgl.h,v 1.5.4.1 2000/11/20 17:31:51 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -32,6 +32,7 @@
#define _mesa_wgl_h_
+#include <windows.h>
#include <gl/gl.h>
#ifdef __cplusplus