From 33e000472080af2a48d9753847469789100fa613 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Tue, 23 Oct 2012 14:06:32 -0700 Subject: dispatch: Include glheader.h in dispatch-related files. This ensures that GLES1-only typedefs are available in these files. In a future patch, this will allow us to expand the dispatch table to include GLES1-only functions. Reviewed-by: Kenneth Graunke Reviewed-by: Chad Versace --- src/mapi/shared-glapi/tests/check_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi/shared-glapi') diff --git a/src/mapi/shared-glapi/tests/check_table.cpp b/src/mapi/shared-glapi/tests/check_table.cpp index 3252b35a805..47c0b2775d9 100644 --- a/src/mapi/shared-glapi/tests/check_table.cpp +++ b/src/mapi/shared-glapi/tests/check_table.cpp @@ -22,7 +22,7 @@ */ #include -#include +#include "../../../mesa/main/glheader.h" extern "C" { #include "glapi/glapi.h" -- cgit v1.2.3