fixup missing includes in X11 clipboard code

This was broken for homebrew it seems by not having the includes.
This commit is contained in:
Chris Beck 2014-10-29 01:12:31 -04:00
parent 3b9006f0d9
commit 35a72fa9ae

View File

@ -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>
/**