diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-07-05 12:24:29 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-07-05 12:24:29 +0200 |
commit | 6482446281b226a9a74cb17bfc28e98554cbc437 (patch) | |
tree | fcde2bb1fa46d8d223fbde553913d089c46ad8ec /src/core/mount-setup.c | |
parent | 1f49dffc0fcd9859feb1b97e1e3983d0b911f425 (diff) |
core: fix missing bus-util.h include
Whoopsy, forgot to 'git add' this, sorry.
Diffstat (limited to 'src/core/mount-setup.c')
-rw-r--r-- | src/core/mount-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index 163b35f83a..1782d40720 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -27,6 +27,7 @@ #include "mount-setup.h" #include "dev-setup.h" +#include "bus-util.h" #include "log.h" #include "macro.h" #include "util.h" |