Mesa (master): wmesa: include api_exec.h to fix compilation

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 22 23:46:07 UTC 2013


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jan 22 16:42:54 2013 -0700

wmesa: include api_exec.h to fix compilation

---

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

diff --git a/src/mesa/drivers/windows/gdi/wmesa.c b/src/mesa/drivers/windows/gdi/wmesa.c
index 48c6661..35ec65a 100644
--- a/src/mesa/drivers/windows/gdi/wmesa.c
+++ b/src/mesa/drivers/windows/gdi/wmesa.c
@@ -8,6 +8,7 @@
 #include "GL/wmesa.h"
 #include <winuser.h>
 #include "main/context.h"
+#include "main/api_exec.h"
 #include "main/extensions.h"
 #include "main/framebuffer.h"
 #include "main/renderbuffer.h"




More information about the mesa-commit mailing list