linux/SDL_system_theme.c: fix an include path

This commit is contained in:
Mark Delk
2024-03-25 18:05:55 -05:00
committed by Sam Lantinga
parent a65982e15d
commit 9095cb64c4

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>