Skip to content

Commit

Permalink
fixup missing includes in X11 clipboard code
Browse files Browse the repository at this point in the history
This was broken for homebrew it seems by not having the includes.
  • Loading branch information
cbeck88 committed Oct 29, 2014
1 parent 3b9006f commit 35a72fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/desktop/clipboard.cpp
Expand Up @@ -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>

/**
Expand Down

0 comments on commit 35a72fa

Please sign in to comment.