diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-05-15 13:48:47 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-05-15 13:48:47 +0000 |
commit | dcdda0cd630ba128d0b3ada0872b982a2a6912e9 (patch) | |
tree | a4a05a9ba7ca6b2ebe1f2929094959523cc4268d | |
parent | d002f1899f26f64ef506282334b5c9b0a9442e0e (diff) |
include stdio.h
-rw-r--r-- | progs/demos/texobj.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/texobj.c b/progs/demos/texobj.c index d4173604b7..fbd83b1636 100644 --- a/progs/demos/texobj.c +++ b/progs/demos/texobj.c @@ -1,4 +1,4 @@ -/* $Id: texobj.c,v 1.6 2002/01/04 21:05:57 brianp Exp $ */ +/* $Id: texobj.c,v 1.6.4.1 2003/05/15 13:48:47 brianp Exp $ */ /* * Example of using the 1.1 texture object functions. @@ -9,6 +9,7 @@ #include <assert.h> #include <math.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include "GL/glut.h" |