summaryrefslogtreecommitdiff
path: root/src/libshared/machine-pool.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 14:50:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 14:50:48 -0400
commit8ab6d6ae4a1fbefe7c772a8513e5d5a38f49a302 (patch)
tree20000a90a738370fff9e44c5e8fbaccea08e949c /src/libshared/machine-pool.h
parent7308e9ffd1933c71e6134e1b9632683977a12f47 (diff)
parentdb51244983a38d901fefd5e2a090f0e66343d98d (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts: # am-pretty.mk # config.mk.in # src/journal/Makefile # src/kernel-install/Makefile # src/libbasic/Makefile # src/libfirewall/Makefile # src/libshared/Makefile # src/libsystemd/Makefile # src/libsystemd/libsystemd-internal/Makefile # src/libsystemd/libsystemd-journal-internal/Makefile # src/libsystemd/src/Makefile # src/systemd-nspawn/Makefile # src/systemd-nspawn/nspawn-network.c # src/udev/udev.h
Diffstat (limited to 'src/libshared/machine-pool.h')
-rw-r--r--src/libshared/machine-pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libshared/machine-pool.h b/src/libshared/machine-pool.h
index 40fe5ecb3a..fe99b7e0ae 100644
--- a/src/libshared/machine-pool.h
+++ b/src/libshared/machine-pool.h
@@ -21,7 +21,7 @@
#include <stdint.h>
-#include "sd-bus.h"
+#include <systemd/sd-bus.h>
/* Grow the /var/lib/machines directory after each 10MiB written */
#define GROW_INTERVAL_BYTES (UINT64_C(10) * UINT64_C(1024) * UINT64_C(1024))