summaryrefslogtreecommitdiff
path: root/progs/demos/texobj.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-04-21 14:50:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-04-21 14:50:12 +0000
commit95210bc8064113e9810c8ea46e2afbb7d5f80fcb (patch)
tree82a27cd2f07dd6e68e7c24713c4a946a59f14504 /progs/demos/texobj.c
parente5db876329126ff799999223fcd0813c3e5ed95c (diff)
fix minor warnings
Diffstat (limited to 'progs/demos/texobj.c')
-rw-r--r--progs/demos/texobj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/texobj.c b/progs/demos/texobj.c
index d4173604b7..3ec9e85f85 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.7 2003/04/21 14:50:12 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"