fix fixmes for portal includes for libsdl

This commit is contained in:
Mischa Spiegelmock
2016-07-31 16:05:13 -07:00
parent dd780e096e
commit 00a6da689f
3 changed files with 12 additions and 5 deletions

View File

@ -25,9 +25,13 @@
#include "ConfigFile.h"
#include "getConfigFilename.h"
// FIXME: portable includes?
// i just added what works for me -fatray
#ifdef __linux__
#include <GL/gl.h>
#endif
#ifdef __APPLE__
#include <OpenGL/gl.h>
#endif
#include <assert.h>
projectM *globalPM= NULL;

View File

@ -25,9 +25,13 @@
#include "ConfigFile.h"
#include "getConfigFilename.h"
// FIXME: portable includes?
// i just added what works for me -fatray
#ifdef __linux__
#include <GL/gl.h>
#endif
#ifdef __APPLE__
#include <OpenGL/gl.h>
#endif
#include <assert.h>
projectM *globalPM= NULL;

View File

@ -29,7 +29,6 @@
#ifdef __linux__
#include <GL/gl.h>
#endif
#ifdef __APPLE__
#include <OpenGL/gl.h>
#endif