summaryrefslogtreecommitdiff
path: root/progs/tests/texrect.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-15 14:43:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-15 14:43:55 +0000
commit7c5282d2a8bb6b4c8d265ad3fc1a1652c55df167 (patch)
tree9ff41a8717e36d2bcb4a1fa171bdad07e858f87f /progs/tests/texrect.c
parentf2e21e1026a8e78345108b470d93e9bfa56e3c84 (diff)
minor updates
Diffstat (limited to 'progs/tests/texrect.c')
-rw-r--r--progs/tests/texrect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/texrect.c b/progs/tests/texrect.c
index 1468c73385..685dd863ea 100644
--- a/progs/tests/texrect.c
+++ b/progs/tests/texrect.c
@@ -1,4 +1,4 @@
-/* $Id: texrect.c,v 1.1 2002/06/15 03:08:19 brianp Exp $ */
+/* $Id: texrect.c,v 1.2 2002/10/15 14:43:55 brianp Exp $ */
/* GL_NV_texture_rectangle test
*
@@ -7,6 +7,7 @@
*/
+#define GL_GLEXT_PROTOTYPES
#include <math.h>
#include <stdio.h>
#include <stdlib.h>