aboutsummaryrefslogtreecommitdiff
path: root/rootston/seat.c
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2017-12-26 18:51:27 +0100
committerBjörn Esser <besser82@fedoraproject.org>2017-12-26 18:51:27 +0100
commit57a09c8ca45e0ec023b7be88745b21fc71649c52 (patch)
tree27d6bd1104a3d3795905adfcd9e442aa28c4bf9c /rootston/seat.c
parent4d744aeb230f36d990c102a89314f95ff802ca75 (diff)
config: Put all defines into config.h
Diffstat (limited to 'rootston/seat.c')
-rw-r--r--rootston/seat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/seat.c b/rootston/seat.c
index ce0f1374..635bc8b1 100644
--- a/rootston/seat.c
+++ b/rootston/seat.c
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <wayland-server.h>
+#include "config.h"
#include <wlr/types/wlr_xcursor_manager.h>
#include <wlr/util/log.h>
#include "rootston/xcursor.h"