diff options
Diffstat (limited to 'progs/xdemos/glxpixmap.c')
-rw-r--r-- | progs/xdemos/glxpixmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/xdemos/glxpixmap.c b/progs/xdemos/glxpixmap.c index f57b7b9a44b..bde24ebcd04 100644 --- a/progs/xdemos/glxpixmap.c +++ b/progs/xdemos/glxpixmap.c @@ -1,4 +1,4 @@ -/* $Id: glxpixmap.c,v 1.2 2000/07/11 16:05:29 brianp Exp $ */ +/* $Id: glxpixmap.c,v 1.3 2002/07/12 15:54:02 brianp Exp $ */ /* @@ -10,6 +10,7 @@ #include <GL/gl.h> +#define GLX_GLXEXT_PROTOTYPES #include <GL/glx.h> #include <stdio.h> #include <stdlib.h> |