mirror of https://github.com/BOINC/boinc.git
Fix missing mac includes
svn path=/trunk/boinc/; revision=9784
This commit is contained in:
parent
9123ef7b5f
commit
8eeaf0550b
|
@ -32,6 +32,10 @@
|
|||
|
||||
#elif defined(__APPLE_CC__)
|
||||
|
||||
# include <OpenGL/gl.h>
|
||||
# include <OpenGL/glu.h>
|
||||
|
||||
|
||||
#else // !_WIN32, !__APPLE_CC__
|
||||
#include "config.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue