Mesa (master): mesa/gdi: include swrast.h to fix compilation

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 24 16:27:48 UTC 2012


Module: Mesa
Branch: master
Commit: 590321c39db86baddf656b6e550cbd76ac1e569a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=590321c39db86baddf656b6e550cbd76ac1e569a

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Feb 24 09:27:35 2012 -0700

mesa/gdi: include swrast.h to fix compilation

---

 src/mesa/drivers/windows/gdi/wgl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/windows/gdi/wgl.c b/src/mesa/drivers/windows/gdi/wgl.c
index 61850c2..d99473b 100644
--- a/src/mesa/drivers/windows/gdi/wgl.c
+++ b/src/mesa/drivers/windows/gdi/wgl.c
@@ -33,6 +33,7 @@
 
 #include "main/config.h"
 #include "glapi/glapi.h"
+#include "swrast/swrast.h"
 #include "GL/wmesa.h"   /* protos for wmesa* functions */
 
 /*




More information about the mesa-commit mailing list