NoGUI: Fix a missing include for Xlib

This commit is contained in:
Léo Lam 2017-06-13 11:46:13 +02:00
parent 3e1a650a3f
commit 55916eddda
1 changed files with 1 additions and 0 deletions

View File

@ -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"