diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 07:30:35 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 13:31:16 +0100 |
commit | 204f52e32d347d4d14d2f3febd2bce54ed13247c (patch) | |
tree | 8d3267f9ab856a0b0a4731c4555eb5194eaeb7be /src/shared/machine-image.c | |
parent | 893829359a29273fb577c346f994721be00d055a (diff) | |
download | systemd-204f52e32d347d4d14d2f3febd2bce54ed13247c.tar.gz |
lockfile: drop unnecessary headers from lockfile-util.h
Diffstat (limited to 'src/shared/machine-image.c')
-rw-r--r-- | src/shared/machine-image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/machine-image.c b/src/shared/machine-image.c index b39ff42b84..af06ab22e8 100644 --- a/src/shared/machine-image.c +++ b/src/shared/machine-image.c @@ -7,6 +7,7 @@ #include <stdlib.h> #include <string.h> #include <sys/file.h> +#include <sys/ioctl.h> #include <sys/stat.h> #include <unistd.h> #include <linux/fs.h> |