mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-20 19:22:47 +01:00
Merge pull request #5606 from leoetlino/include
NoGUI: Fix a missing include for Xlib
This commit is contained in:
commit
743284d39d
@ -160,6 +160,7 @@ void Host_YieldToUI()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if HAVE_X11
|
#if HAVE_X11
|
||||||
|
#include <X11/Xlib.h>
|
||||||
#include <X11/keysym.h>
|
#include <X11/keysym.h>
|
||||||
#include "UICommon/X11Utils.h"
|
#include "UICommon/X11Utils.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user