[systemd-commits] src/core
David Herrmann
dvdhrm at kemper.freedesktop.org
Sun Jul 5 03:26:30 PDT 2015
src/core/mount-setup.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6482446281b226a9a74cb17bfc28e98554cbc437
Author: David Herrmann <dh.herrmann at gmail.com>
Date: Sun Jul 5 12:24:29 2015 +0200
core: fix missing bus-util.h include
Whoopsy, forgot to 'git add' this, sorry.
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c
index 163b35f..1782d40 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"
More information about the systemd-commits
mailing list