Fixed regression due to stale OS X glext header.

Fixes regression caused by b140606a49.
This commit is contained in:
Camilla Berglund 2014-10-22 13:49:16 +02:00
parent f611ba8aa0
commit b4c4ba0439

View File

@ -29,8 +29,8 @@
// //
//======================================================================== //========================================================================
#define GLFW_INCLUDE_GLEXT
#include <GLFW/glfw3.h> #include <GLFW/glfw3.h>
#include <GL/glext.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>