diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h
index 28e38bd1..2ff67627 100644
--- a/include/GL/glfw3.h
+++ b/include/GL/glfw3.h
@@ -161,6 +161,8 @@ extern "C" {
#else
#if defined(GLFW_INCLUDE_GL3)
#include
GLFW_OPENGL_ROBUSTNESS
window hint and associated strategy tokens for GL_ARB_robustness
supportGLFW_OPENGL_REVISION
window parameter to make up for removal of glfwGetGLVersion
GLFW_INCLUDE_GL3
macro for telling the GLFW header to include gl3.h
header instead of gl.h
GLFW_INCLUDE_ES2
macro for telling the GLFW header to include the OpenGL ES 2.0 header instead of gl.h
windows
simple multi-window test programsharing
simple OpenGL object sharing test programmodes
video mode enumeration and setting test program