--- a/src/drivers/gl_sl.c Fri Sep 28 07:24:14 2007 +0000 +++ b/src/drivers/gl_sl.c Tue Oct 16 12:27:28 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: gl_sl.c,v 1.1 2007-09-28 07:24:14 nkeynes Exp $ + * $Id: gl_sl.c,v 1.2 2007-10-07 05:42:25 nkeynes Exp $ * * GLSL shader loader/unloader. Current version assumes there's exactly * 1 shader program that's used globally. This may turn out not to be the @@ -18,6 +18,7 @@ * GNU General Public License for more details. */ +#define GL_GLEXT_PROTOTYPES 1 #include #include