diff options
Diffstat (limited to 'src/mapi/shared-glapi/tests/check_table.cpp')
-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" |