summaryrefslogtreecommitdiff
path: root/src/grp-helperunits/systemd-backlight/backlight.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/grp-helperunits/systemd-backlight/backlight.c
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/grp-helperunits/systemd-backlight/backlight.c')
-rw-r--r--src/grp-helperunits/systemd-backlight/backlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-helperunits/systemd-backlight/backlight.c b/src/grp-helperunits/systemd-backlight/backlight.c
index e64651ab1e..c7931ac584 100644
--- a/src/grp-helperunits/systemd-backlight/backlight.c
+++ b/src/grp-helperunits/systemd-backlight/backlight.c
@@ -27,7 +27,7 @@
#include "basic/parse-util.h"
#include "basic/proc-cmdline.h"
#include "basic/string-util.h"
-#include "udev-util.h"
+#include "shared/udev-util.h"
#include "basic/util.h"
static struct udev_device *find_pci_or_platform_parent(struct udev_device *device) {