summaryrefslogtreecommitdiffstats
path: root/src/partition
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-04-10 12:55:53 +0200
committerLennart Poettering <lennart@poettering.net>2019-04-11 19:00:37 +0200
commit01234e1fe777602265ffd25ab6e73823c62b0efe (patch)
tree4135491d107232d081ae3f4a0013baad8dd1d50b /src/partition
parentMerge pull request #12153 from benjarobin/killall-show-not-killed (diff)
downloadsystemd-01234e1fe777602265ffd25ab6e73823c62b0efe.tar.xz
systemd-01234e1fe777602265ffd25ab6e73823c62b0efe.zip
tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0
Diffstat (limited to 'src/partition')
-rw-r--r--src/partition/growfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partition/growfs.c b/src/partition/growfs.c
index 60a310946d..ce86f96e13 100644
--- a/src/partition/growfs.c
+++ b/src/partition/growfs.c
@@ -3,6 +3,7 @@
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
+#include <linux/btrfs.h>
#include <linux/magic.h>
#include <sys/ioctl.h>
#include <sys/mount.h>