From e2582041327daab7590c369e99988ab4c827a77b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 27 Jul 2016 21:09:48 -0400 Subject: fix (mostly adjust #includes to have sd- prefix) --- src/libcore/automount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore/automount.c') diff --git a/src/libcore/automount.c b/src/libcore/automount.c index f06d837e30..fdd23327e2 100644 --- a/src/libcore/automount.c +++ b/src/libcore/automount.c @@ -30,7 +30,7 @@ #include "alloc-util.h" #include "async.h" #include "automount.h" -#include "bus-error.h" +#include "sd-bus/bus-error.h" #include "bus-util.h" #include "dbus-automount.h" #include "fd-util.h" -- cgit v1.2.3-54-g00ecf