aboutsummaryrefslogtreecommitdiff
path: root/backend/udev.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-21 12:10:07 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-21 12:10:07 -0400
commitf4453d104dcf0742af0949225cada72a6cc65d05 (patch)
treec9d447041a1057641221bd3e53958de4f28e4c87 /backend/udev.c
parentfd91244e8356f1fded735fae8f67d15efaccf6be (diff)
Reorganize wlr-common
Diffstat (limited to 'backend/udev.c')
-rw-r--r--backend/udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/udev.c b/backend/udev.c
index c84b8e31..1fecaee4 100644
--- a/backend/udev.c
+++ b/backend/udev.c
@@ -9,8 +9,8 @@
#include <xf86drmMode.h>
#include <wayland-server.h>
#include <wlr/session.h>
+#include <wlr/util/log.h>
#include "backend/udev.h"
-#include "common/log.h"
/* Tests if 'path' is KMS compatible by trying to open it.
* It leaves the open device in *fd_out it it succeeds.