mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 10:13:16 +00:00
fixup missing includes in X11 clipboard code
This was broken for homebrew it seems by not having the includes.
This commit is contained in:
parent
3b9006f0d9
commit
35a72fa9ae
@ -71,6 +71,8 @@ void handle_system_event(const SDL_Event& /*event*/)
|
||||
|
||||
#include "SDL_syswm.h"
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user