aboutsummaryrefslogtreecommitdiff
path: root/backend/session/direct-ipc.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-12-27 09:22:38 -0800
committerGitHub <noreply@github.com>2017-12-27 09:22:38 -0800
commitfea5aee9cff78b724c7b179c3b49ed42b1526b8f (patch)
tree08ebec5b7cf3983b6321e2fee884a7e00f267617 /backend/session/direct-ipc.c
parenta0d2a6b445f33b608019809f581a80d28062178d (diff)
parent71e42dae909c8e94f82873f9eee0c50f0284fbdd (diff)
Merge pull request #526 from besser82/bugfix/config_header_avoid_clashes
Further improvements to header files and shared lib version
Diffstat (limited to 'backend/session/direct-ipc.c')
-rw-r--r--backend/session/direct-ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/session/direct-ipc.c b/backend/session/direct-ipc.c
index 52cdbbb9..e7a169fa 100644
--- a/backend/session/direct-ipc.c
+++ b/backend/session/direct-ipc.c
@@ -18,7 +18,7 @@
#include <linux/major.h>
#endif
#include <xf86drm.h>
-#include "config.h"
+#include <wlr/config.h>
#include <wlr/util/log.h>
#include "backend/session/direct-ipc.h"