aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-01-28 19:55:47 -0500
committerMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-08 12:20:24 +0100
commit4546ce11889b3b5b29a33b4684d368d74aaea760 (patch)
treea41aced85dab6a2053bd3eccad1392e928d98066
parent6038bf59248ee850b3d2f8aa390c195ee7fd08d3 (diff)
Add wlc-render.h to handlers.c
-rw-r--r--sway/handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index bad8b59a..bb0c68e8 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -4,6 +4,7 @@
#include <libinput.h>
#include <math.h>
#include <wlc/wlc.h>
+#include <wlc/wlc-render.h>
#include <wlc/wlc-wayland.h>
#include <ctype.h>