Fix up SDL2 include paths
Using "SDL2/SDL_xxx.h" instead of "SDL_xxx.h" caused the include paths provided by pkg-config to be ignored, and headers from a standard include path to be used instead.
This commit is contained in:
parent
8b9c501249
commit
39436ad231
22 changed files with 40 additions and 40 deletions
|
@ -35,9 +35,9 @@
|
|||
#include "stdio.h"
|
||||
#include "zlib.h"
|
||||
|
||||
#include "SDL2/SDL_messagebox.h"
|
||||
#include "SDL2/SDL_rwops.h"
|
||||
#include "SDL2/SDL_timer.h"
|
||||
#include "SDL_messagebox.h"
|
||||
#include "SDL_rwops.h"
|
||||
#include "SDL_timer.h"
|
||||
|
||||
#include "sharedstate.h"
|
||||
#include "texpool.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue