Added #include <stdlib.h> to include/osg/glut for Windows build.

This commit is contained in:
Robert Osfield
2002-08-26 10:30:40 +00:00
parent db70c95d24
commit 2b7dbecc0c

View File

@@ -5,6 +5,8 @@
#ifndef OSG_GLUT
#define OSG_GLUT 1
#include <stdlib.h>
#if defined(__DARWIN_OSX__)
#include <GLUT/glut.h>
#else