From 95210bc8064113e9810c8ea46e2afbb7d5f80fcb Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 21 Apr 2003 14:50:12 +0000 Subject: fix minor warnings --- progs/demos/texobj.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'progs/demos/texobj.c') 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 #include +#include #include #include #include "GL/glut.h" -- cgit v1.2.3