diff options
author | Paul Berry <[email protected]> | 2012-10-23 14:06:32 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-11-01 11:22:24 -0700 |
commit | 33e000472080af2a48d9753847469789100fa613 (patch) | |
tree | 01fd8e5e78c087c27c83529b24c1738fc7f62e73 /src/mapi/shared-glapi | |
parent | 47deaf6175c01cbdc6816444f7c02cf5c875865d (diff) |
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 <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mapi/shared-glapi')
-rw-r--r-- | src/mapi/shared-glapi/tests/check_table.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gtest/gtest.h> -#include <GL/gl.h> +#include "../../../mesa/main/glheader.h" extern "C" { #include "glapi/glapi.h" |