From b4c4ba0439d9bb416d5d978cb05ac9300bd39729 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 22 Oct 2014 13:49:16 +0200 Subject: [PATCH] Fixed regression due to stale OS X glext header. Fixes regression caused by b140606a49. --- tests/glfwinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/glfwinfo.c b/tests/glfwinfo.c index ad44027f..dcf53537 100644 --- a/tests/glfwinfo.c +++ b/tests/glfwinfo.c @@ -29,8 +29,8 @@ // //======================================================================== -#define GLFW_INCLUDE_GLEXT #include +#include #include #include