linux/SDL_system_theme.c: fix an include path

main
Mark Delk 2024-03-25 18:05:55 -05:00 committed by Sam Lantinga
parent a65982e15d
commit 9095cb64c4
1 changed files with 1 additions and 1 deletions

View File

@ -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>