summaryrefslogtreecommitdiff
path: root/progs/tests
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-15 01:58:39 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-15 01:58:39 +0000
commite64874ac2dc14f68ee93b86aeba1d3c3c78befe0 (patch)
treef5e43e65f80b4761d0839fadd992157e42b0f99b /progs/tests
parent63b5b8eaff13b671fc1c749741f57fd7ed5890f8 (diff)
silence warning
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/manytex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/manytex.c b/progs/tests/manytex.c
index 8add125a69..61a1519ae6 100644
--- a/progs/tests/manytex.c
+++ b/progs/tests/manytex.c
@@ -1,4 +1,4 @@
-/* $Id: manytex.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */
+/* $Id: manytex.c,v 1.5 2005/09/15 01:58:39 brianp Exp $ */
/*
* test handling of many texture maps
@@ -12,6 +12,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#include <GL/glut.h>