mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
NoGUI: Fix a missing include for Xlib
This commit is contained in:
parent
3e1a650a3f
commit
55916eddda
@ -160,6 +160,7 @@ void Host_YieldToUI()
|
||||
}
|
||||
|
||||
#if HAVE_X11
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/keysym.h>
|
||||
#include "UICommon/X11Utils.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user