diff options
author | Brian Paul <[email protected]> | 2000-02-23 01:36:44 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-23 01:36:44 +0000 |
commit | 50877fb096ed8c0943ec18ad0f4887df4e154cc3 (patch) | |
tree | 5c69cf43e87fcccc2da8b7ba21686ac1ace1cfb0 /src/mesa/main/glheader.h | |
parent | 4278ec184d297b3923c07742ed71b05e5f0ab2f4 (diff) |
include GL/glext.h
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index afe9e3a763e..8a72d7f701c 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -1,4 +1,4 @@ -/* $Id: glheader.h,v 1.4 2000/02/12 15:55:34 brianp Exp $ */ +/* $Id: glheader.h,v 1.5 2000/02/23 01:36:44 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -61,6 +61,7 @@ #endif #include <GL/gl.h> +#include <GL/glext.h> /* |