projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d4a19
)
mesa/gdi: include swrast.h to fix compilation
author
Brian Paul
<brianp@vmware.com>
Fri, 24 Feb 2012 16:27:35 +0000
(09:27 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 24 Feb 2012 16:27:35 +0000
(09:27 -0700)
src/mesa/drivers/windows/gdi/wgl.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/windows/gdi/wgl.c
b/src/mesa/drivers/windows/gdi/wgl.c
index 61850c26ffb1c95e1310e688325e5a8c901e5c89..d99473bb3591a133dc2a5e81095df2e80a3183df 100644
(file)
--- 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 */
/*