fixed Linux include

This commit is contained in:
Christoph Oelckers 2024-01-04 21:09:04 +01:00
parent 6948ed41a1
commit 3b834b18af

View file

@ -65,7 +65,7 @@
#include "palutil.h"
#include "st_start.h"
#include "printf.h"
#include "common/widgets/launcherwindow.h"
#include "launcherwindow.h"
#ifndef NO_GTK
bool I_GtkAvailable ();