fixed Linux include

This commit is contained in:
Christoph Oelckers 2024-01-04 21:10:00 +01:00
parent e7ac2fe741
commit 9ced091b19

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 ();