mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 21:41:03 +00:00
fixed Linux include
This commit is contained in:
parent
e7ac2fe741
commit
9ced091b19
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
#include "palutil.h"
|
#include "palutil.h"
|
||||||
#include "st_start.h"
|
#include "st_start.h"
|
||||||
#include "printf.h"
|
#include "printf.h"
|
||||||
#include "common/widgets/launcherwindow.h"
|
#include "launcherwindow.h"
|
||||||
|
|
||||||
#ifndef NO_GTK
|
#ifndef NO_GTK
|
||||||
bool I_GtkAvailable ();
|
bool I_GtkAvailable ();
|
||||||
|
|
Loading…
Reference in a new issue