aboutsummaryrefslogtreecommitdiff
path: root/rootston/desktop.c
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2017-12-27 14:37:55 +0100
committerBjörn Esser <besser82@fedoraproject.org>2017-12-27 17:13:58 +0100
commitff1384962449f4a2a1a6b2eada5582bdc2c61bd5 (patch)
tree89513769949d2a4afda41de69cd0de8e6fbfd042 /rootston/desktop.c
parenta0d2a6b445f33b608019809f581a80d28062178d (diff)
config: Avoid clash with other config-headers
Diffstat (limited to 'rootston/desktop.c')
-rw-r--r--rootston/desktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c
index a4692439..69dcf4a9 100644
--- a/rootston/desktop.c
+++ b/rootston/desktop.c
@@ -3,7 +3,7 @@
#include <time.h>
#include <stdlib.h>
#include <math.h>
-#include "config.h"
+#include <wlr/config.h>
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_cursor.h>