summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-07-05 12:24:29 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2015-07-05 12:24:29 +0200
commit6482446281b226a9a74cb17bfc28e98554cbc437 (patch)
treefcde2bb1fa46d8d223fbde553913d089c46ad8ec /src/core
parent1f49dffc0fcd9859feb1b97e1e3983d0b911f425 (diff)
core: fix missing bus-util.h include
Whoopsy, forgot to 'git add' this, sorry.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/mount-setup.c1
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"