diff options
Diffstat (limited to 'progs/miniglx/manytex.c')
-rw-r--r-- | progs/miniglx/manytex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/miniglx/manytex.c b/progs/miniglx/manytex.c index 3801963f9db..36fa10d222b 100644 --- a/progs/miniglx/manytex.c +++ b/progs/miniglx/manytex.c @@ -1,4 +1,4 @@ -/* $Id: manytex.c,v 1.1 2003/08/06 17:47:15 keithw Exp $ */ +/* $Id: manytex.c,v 1.2 2003/08/23 01:28:59 jonsmirl 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> |