Fix up glew include paths

This commit is contained in:
Jonas Kulla 2013-10-14 02:22:34 +02:00
parent 39436ad231
commit caccee5db2
7 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@
** along with mkxp. If not, see <http://www.gnu.org/licenses/>.
*/
#include "GL/glew.h"
#include "glew.h"
#include "SDL.h"
#include "SDL_image.h"