Skip to content

Commit

Permalink
Merge pull request #5606 from leoetlino/include
Browse files Browse the repository at this point in the history
NoGUI: Fix a missing include for Xlib
  • Loading branch information
leoetlino committed Jun 15, 2017
2 parents 09c0a3c + 55916ed commit 743284d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinNoGUI/MainNoGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ void Host_YieldToUI()
}

#if HAVE_X11
#include <X11/Xlib.h>
#include <X11/keysym.h>
#include "UICommon/X11Utils.h"

Expand Down

0 comments on commit 743284d

Please sign in to comment.