linux/SDL_system_theme.c: fix an include path
parent
a65982e15d
commit
9095cb64c4
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "SDL_dbus.h"
|
#include "SDL_dbus.h"
|
||||||
#include "SDL_system_theme.h"
|
#include "SDL_system_theme.h"
|
||||||
#include "../SDL_sysvideo.h"
|
#include "../../video/SDL_sysvideo.h"
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue