diff options
Diffstat (limited to 'src/libshared/machine-pool.h')
-rw-r--r-- | src/libshared/machine-pool.h | 2 |
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)) |