diff options
author | Brian Paul <[email protected]> | 2002-02-12 16:07:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-02-12 16:07:47 +0000 |
commit | 38d042a4ad76ccc30b50571135bbf0fdb912d656 (patch) | |
tree | 8d41689e3dc45fee156c87c762dec6a17d9b62df /progs/redbook/surface.c | |
parent | 69d4ae7bb3bf4a535673cb9ba99d181c12a52e43 (diff) |
silence compiler warnings
Diffstat (limited to 'progs/redbook/surface.c')
-rw-r--r-- | progs/redbook/surface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/redbook/surface.c b/progs/redbook/surface.c index 8ff15741889..e33ce14f4fc 100644 --- a/progs/redbook/surface.c +++ b/progs/redbook/surface.c @@ -41,6 +41,7 @@ * This program draws a NURBS surface in the shape of a * symmetrical hill. */ +#include <stdlib.h> #include <GL/glut.h> GLfloat ctlpoints[4][4][3]; |