diff options
author | Jon Smirl <[email protected]> | 2003-08-23 01:28:59 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2003-08-23 01:28:59 +0000 |
commit | 52f246bd23c7dffa0589bf122955d8e6759fbdf1 (patch) | |
tree | f0c2f727ebd0f2b6d8d7d3627b4ab4ed5eeefe13 /progs/miniglx/manytex.c | |
parent | 724c2c7f6f5638f0e761f7bb181480695c275831 (diff) |
Added missing includes for standard header files
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> |