summaryrefslogtreecommitdiff
path: root/progs/redbook/checker.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-02-12 16:07:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-02-12 16:07:47 +0000
commit38d042a4ad76ccc30b50571135bbf0fdb912d656 (patch)
tree8d41689e3dc45fee156c87c762dec6a17d9b62df /progs/redbook/checker.c
parent69d4ae7bb3bf4a535673cb9ba99d181c12a52e43 (diff)
silence compiler warnings
Diffstat (limited to 'progs/redbook/checker.c')
-rw-r--r--progs/redbook/checker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/redbook/checker.c b/progs/redbook/checker.c
index 4b7695237f..06cbae7dd7 100644
--- a/progs/redbook/checker.c
+++ b/progs/redbook/checker.c
@@ -42,6 +42,7 @@
* two rectangles. This program clamps the texture, if
* the texture coordinates fall outside 0.0 and 1.0.
*/
+#include <stdlib.h>
#include <GL/glut.h>
/* Create checkerboard texture */