diff options
author | Brian Paul <[email protected]> | 2000-06-27 17:04:43 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-27 17:04:43 +0000 |
commit | 02e8a035934a7400d0194687061107bdaa1bba77 (patch) | |
tree | ab0b06c533e6f6fb2d409995f5b01423f29db105 /progs/demos/cubemap.c | |
parent | 9e7f9b3e99cf4963e3bc684b5f9fc095be059a82 (diff) |
fixed compiler warnings
Diffstat (limited to 'progs/demos/cubemap.c')
-rw-r--r-- | progs/demos/cubemap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/cubemap.c b/progs/demos/cubemap.c index 268c431f147..56e7ea1457a 100644 --- a/progs/demos/cubemap.c +++ b/progs/demos/cubemap.c @@ -1,4 +1,4 @@ -/* $Id: cubemap.c,v 1.2 2000/06/13 18:45:54 brianp Exp $ */ +/* $Id: cubemap.c,v 1.3 2000/06/27 17:04:43 brianp Exp $ */ /* * GL_ARB_texture_cube_map demo @@ -37,6 +37,7 @@ #include <math.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include "GL/glut.h" |