From bd8045d4c516b9c753d00dcc4b962a3e634ad506 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Jan 2013 16:42:54 -0700 Subject: [PATCH] wmesa: include api_exec.h to fix compilation --- src/mesa/drivers/windows/gdi/wmesa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/windows/gdi/wmesa.c b/src/mesa/drivers/windows/gdi/wmesa.c index 48c6661b001..35ec65ac311 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 #include "main/context.h" +#include "main/api_exec.h" #include "main/extensions.h" #include "main/framebuffer.h" #include "main/renderbuffer.h" -- 2.30.2