diff options
Diffstat (limited to 'src/mesa/drivers/windows/wgl.c')
-rw-r--r-- | src/mesa/drivers/windows/wgl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/windows/wgl.c b/src/mesa/drivers/windows/wgl.c index 93a64983abe..6b7635d560c 100644 --- a/src/mesa/drivers/windows/wgl.c +++ b/src/mesa/drivers/windows/wgl.c @@ -1,4 +1,4 @@ -/* $Id: wgl.c,v 1.3 2000/08/02 20:29:03 brianp Exp $ */ +/* $Id: wgl.c,v 1.4 2000/11/22 08:55:53 joukj Exp $ */ /* * This library is free software; you can redistribute it and/or @@ -43,7 +43,7 @@ extern "C" { #include <tchar.h> #include "wmesadef.h" #include "GL/wmesa.h" -#include "types.h" +#include "mtypes.h" #define MAX_MESA_ATTRS 20 |