The real pBuffer mac include

This commit is contained in:
Mark Watkins 2011-06-18 05:07:29 +10:00
parent 6831cf8cb3
commit 27b69585a3

View File

@ -7,7 +7,7 @@ License: GPL
#include "gl_pbuffer.h"
#if defined(__DARWIN__)
#include <AGL/glu.h>
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif