include more headers to kill off implicit declaration of function warnings

SVN revision: 22138
This commit is contained in:
Mike Frysinger 2006-04-15 19:39:32 +00:00
parent 1051b27590
commit 69bae81b7f
1 changed files with 5 additions and 0 deletions

View File

@ -23,9 +23,14 @@
#include <time.h>
#include <math.h>
#include <pwd.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
#endif
/* preliminary OpenGL Checking */
#ifdef HAVE_LIBGL
#include <GL/glut.h>