1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 20:52:56 +03:00

Include SDL header as <SDL.h> instead of <SDL/SDL.h>.

SDL headers are located using "sdl-config --cflags", which outputs
the actual directory that the headers are in, not its parent.
This commit is contained in:
Maarten ter Huurne 2011-10-23 07:54:10 +02:00
parent f9696971ad
commit ba6003606e

View File

@ -21,7 +21,7 @@
#ifndef INPUTMANAGER_H
#define INPUTMANAGER_H
#include <SDL/SDL.h>
#include <SDL.h>
#include <sstream>
using namespace std;