mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 18:23:08 +02: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:
parent
f9696971ad
commit
ba6003606e
@ -21,7 +21,7 @@
|
||||
#ifndef INPUTMANAGER_H
|
||||
#define INPUTMANAGER_H
|
||||
|
||||
#include <SDL/SDL.h>
|
||||
#include <SDL.h>
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user