Browse Source

linux/SDL_system_theme.c: fix an include path

Mark Delk 1 year ago
parent
commit
9095cb64c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/linux/SDL_system_theme.c

+ 1 - 1
src/core/linux/SDL_system_theme.c

@@ -22,7 +22,7 @@
 
 #include "SDL_dbus.h"
 #include "SDL_system_theme.h"
-#include "../SDL_sysvideo.h"
+#include "../../video/SDL_sysvideo.h"
 
 #include <unistd.h>