diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-20 17:31:51 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-20 17:31:51 +0000 |
commit | 202ddf7a54163fdddbf264bbbea92f3241e8802b (patch) | |
tree | 7148c56fad975bc309239dca3fc674ac9b6d8bc8 | |
parent | 3efc845d1b14f3376a4bb81a44972055bc8502db (diff) |
minor fixes for Windows compilation (Joshua Napoli)
-rw-r--r-- | include/GL/mesa_wgl.h | 3 |
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
|