Module: Mesa Branch: master Commit: bd8045d4c516b9c753d00dcc4b962a3e634ad506 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd8045d4c516b9c753d00dcc4b962a3e634ad506
Author: Brian Paul <[email protected]> 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
