diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-27 18:46:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-28 02:08:40 +0100 |
commit | d7b8eec7dc7fe307d3a08b32cf1a9ad4276ce6d5 (patch) | |
tree | bb72bb696e949844b8bed240b061a4bed4f8fb8b /src/update-done/update-done.c | |
parent | ebd93cb684806ac0f352139e69ac8f53eb49f5e4 (diff) |
tmpfiles: add new line type 'v' for creating btrfs subvolumes
Diffstat (limited to 'src/update-done/update-done.c')
-rw-r--r-- | src/update-done/update-done.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update-done/update-done.c b/src/update-done/update-done.c index a910808d04..561963e5eb 100644 --- a/src/update-done/update-done.c +++ b/src/update-done/update-done.c @@ -21,6 +21,7 @@ #include "util.h" #include "label.h" +#include "selinux-util.h" #define MESSAGE \ "This file was created by systemd-update-done. Its only \n" \ |