Fix missing mac includes

svn path=/trunk/boinc/; revision=9784
This commit is contained in:
Eric J. Korpela 2006-03-31 18:30:00 +00:00
parent 9123ef7b5f
commit 8eeaf0550b
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
#elif defined(__APPLE_CC__)
# include <OpenGL/gl.h>
# include <OpenGL/glu.h>
#else // !_WIN32, !__APPLE_CC__
#include "config.h"